I am trying to create a formula using index, match, and/or offset but I just can't get it to work. The lookup value is a single cell in one worksheet, the data are in another. The problem is that I want to look up a production work order number and then go down and over for specific values.
Here's a brief example: Say the work order number is 123.
In the second worksheet I have:
Work Order No. 123
Production Steps---------Machine------------Due Date
Generation--------------------------GP1---------------------2/28/07
Grinding-----------------------------GP2---------------------2/29/07
Polishing-----------------------------GP3---------------------4/1/07
QA----------------------------------GP4----------------------4/5/07
Work Order No. 456
Production Steps---------Machine------------Due Date
Generation--------------------------GP3---------------------3/10/07
Grinding-----------------------------GP5---------------------3/15/07
Polishing-----------------------------GP6---------------------4/5/07
QA----------------------------------GP2----------------------4/15/07
Work Order No. 789
Work Order No. 789
Production Steps---------Machine------------Due Date
Generation--------------------------GP2---------------------3/9/07
Grinding-----------------------------GP12---------------------3/29/07
Polishing-----------------------------GP4---------------------4/1/07
QA----------------------------------GP6----------------------4/5/07
I want to create a work order traveler that is set up with the same items listed above. I want to be able to look up work order no. 123 and then pull in the data that goes with that particular work order. The search should go through ALL of the work orders listed (I've shown three here - there are dozens) and return the data for the work order that I've entered on the traveler.
I've checked out a lot of online ideas but none of them quite fit. Any help will be greatly appreciated!
Bookmarks