A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
(invented) Example as requested:
If I have a huge file of sales figures and want to summarise by department and/or add descriptions I would like to get that data from a lookup table rather than add a column to a file which is already very big. An ideal way would be if Excel allowed you to create a Calculated Field which is calculatd by doing a lookup. I have seen this issue many times in past. example data below
| Part | Qty | |
|---|---|---|
| 0001 | 5 | |
| 0002 | 6 | |
| 0003 | 6 | |
| 0004 | 6 | |
| 0005 | 66 | |
| 0006 | 6 | |
| Part | Description | Dept |
| 0001 | Wheel | Wheels etc |
| 0002 | Axle | Wheels etc |
| 0003 | Cylinder Block | Engine |
| 0004 | Piston | Engine |
| 0005 | Front Seat | Interior |
| 0006 | Rear Seat | Interior |
I could then summarise with Dept as a Page or Row field and Qty as Data. You could imagine period being a column field.
Mike