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?
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:
- Select all the cells contain your data in excel, click copy on the ribbon (or press [ctrl] + C) to copy them to clipboard.
- Open notepad, paste them here.
- Select all (you can press [ctrl] + A) then copy this value to clipboard.
- Paste them back in excel.
Now your formula should works ;)
Popularity: 3% [?]
You might also interested to these posts:
Filed under: AutoCAD Tips, AutoCAD Troubleshoot














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!