Message 1 of 9

Not applicable
03-26-2017
09:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi everybody, thanks in advance for taking time to help.
I'm looking for (information on) a lisp that can do the following:
Extract block-quantities per layer to an excel (or table that I could copy/paste).
It should also count blocks that may not be present.
It is important the list is in a specific order (not alfabetical or anything) (for copying the quantities to another excel that calculates other stuff)
So the table would look something like:
| Layer1 | Layer2 | Layer3 | Layer4 | Layer5 | Layer6 | Layer7 |
Block1 | 0 | 5 | 15 | 0 | 8 | 5 | 12 |
Block2 | 5 | 2 | 8 | 12 | 12 | 12 | 12 |
Block5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
BlockX | 8 | 10 | 8 | 10 | 8 | 8 | 10 |
Block3 | 12 | 6 | 8 | 4 | 8 | 12 | 12 |
Any bits of help are greatly appreciated!
Solved! Go to Solution.