Articles Comments

CAD Notes » AutoCAD Tips, AutoCAD Troubleshoot » Why I can’t Use Formula in xls Created by Data Extraction?

Why I can’t Use Formula in xls Created by Data Extraction?

data extraction table

Have you used data extraction? This is a very handy tool to create a report about any data from your drawing. Some of my colleague choose to extract this data to excel instead of directly to his drawing. They want to modify the data further, and using excel is easier (and faster).

But here comes the problem: when he tried to sum any column, he can get excel to calculate them. What’s wrong?

Apparently, AutoCAD export all the data to text strings, not numbers. That’s why you can’t get them calculated.

To fix this is easy:

  1. Select all the cells contain your data in excel, click copy on the ribbon (or press [ctrl] + C) to copy them to clipboard.
  2. Open notepad, paste them here.
  3. Select all (you can press [ctrl] + A) then copy this value to clipboard.
  4. Paste them back in excel.

Now your formula should works ;)

Popularity: 3% [?]


You might also interested to these posts:

  1. How to: Copy Objects to Different Level
  2. Create a Report Table with Data Extraction
  3. Creating Custom Schedule Field
  4. Saving Families From a Project
  5. Selecting Multiple Elements (2)

Written by Edwin Prakoso

Application Engineer. Jakarta, Indonesia. 5+ years experience as CAD engineering application. AutoCAD, MicroStation, Revit, Inventor, and certified CATIA part design specialist. Here are some topics I am currently focusing on

Filed under: AutoCAD Tips, AutoCAD Troubleshoot

Visit our e-store!

If you are interested to our tutorials and tips, take a look to our e-store to purchase our e-books or purchase any CAD books from Amazon. CAD Applications, Certified workstation, and plotters are also available!

One Response to "Why I can’t Use Formula in xls Created by Data Extraction?"

  1. Ewen says:

    You can also use "Paste Special" to get around this in Excel.

    1. Copy a cell with "1" in it. It can be formatted as text – that doesn't matter.
    2. Highlight all the cells with numbers in them you with to treat as numbers.
    3. Edit -> Paste Special -> Multiply.
    4. Rejoice!

Leave a Reply