night_work
New Member
- Joined
- Apr 16, 2013
- Messages
- 2
Where I work, we have several logs for a variety of different quality related subjects, such as audits, sample requests, vendor qualifications, etc... I am attempting to build dashboards for the production departments and want to link a section of the dashboard to each list, extract information based on department and display it on the dashboard. I have been able to use arrays to get the information to display, but not on consecutive lines.
In this example, from another workbook, I want to search the Shop column for "Fuel" and display the Customer, Part # and Product.
Any help would be greatly appreciated!
<colgroup><col><col span="2"><col><col><col></colgroup><tbody>
</tbody>
In this example, from another workbook, I want to search the Shop column for "Fuel" and display the Customer, Part # and Product.
Any help would be greatly appreciated!
Date Ordered | Customer | Shop | New Customer? | Part # | Product |
4/11/2013 | Express | Fuel | YES | 4902921PX | Injectors |
4/11/2013 | Express | Turbo | YES | 170-070-0038 | Turbo |
4/11/2013 | Express | Turbo | YES | 170-032-0041 | Turbo |
3/27/2013 | Acme | Fuel | No | 636978 | Injectors |
3/25/2013 | TRANSIT | Fuel | NO | 637045 | Injectors |
2/20/2013 | Area | Fuel | No | S5521D | DS Pumps |
<colgroup><col><col span="2"><col><col><col></colgroup><tbody>
</tbody>