G
Guest
I created a nifty database and report sheet workbook for my boss that
displays row fields from our large DBtable based on WorkOrderNunbers using
=VLOOKUP(WorkOrderNunber,DBTable,ColNumToDisplay).
Now he wants to have multiple "job" records for each work order. I could add
a JobNo column next to the WorkOrderNunber column in the database table, but
how can I do something like the above vlookup to search for lookup_value
matches against two columns instead of just one column?
Hope this problem description makes sense. Thx for your help.
displays row fields from our large DBtable based on WorkOrderNunbers using
=VLOOKUP(WorkOrderNunber,DBTable,ColNumToDisplay).
Now he wants to have multiple "job" records for each work order. I could add
a JobNo column next to the WorkOrderNunber column in the database table, but
how can I do something like the above vlookup to search for lookup_value
matches against two columns instead of just one column?
Hope this problem description makes sense. Thx for your help.