Background,
For simplicity in the explanaition let's say I have a Workbook (C:/ThisWorkbook.xls)
This workbook has three worksheets (LocationOne, LocationTwo, LocationThree)
Each worksheet is standardized as follows
ID1 ID2 ContactName
12 05 Barney Fife
12 17 Opie Taylor
ect ect.
The contact names at each location (worksheet) for a unique ID combination will be different. thus far I am looping through each row of the appropriate worksheet to lookup a contact via the unique ID cobination. Is there any way I can avoid the loop through each row of the worksheet and query the whole sheet via a formula or sql type query?
Wow, I'm having amnesia and deja vu at the same time.
I think I've forgotten this before.
For simplicity in the explanaition let's say I have a Workbook (C:/ThisWorkbook.xls)
This workbook has three worksheets (LocationOne, LocationTwo, LocationThree)
Each worksheet is standardized as follows
ID1 ID2 ContactName
12 05 Barney Fife
12 17 Opie Taylor
ect ect.
The contact names at each location (worksheet) for a unique ID combination will be different. thus far I am looping through each row of the appropriate worksheet to lookup a contact via the unique ID cobination. Is there any way I can avoid the loop through each row of the worksheet and query the whole sheet via a formula or sql type query?
![[thumbsup2] [thumbsup2] [thumbsup2]](/data/assets/smilies/thumbsup2.gif)
I think I've forgotten this before.