Hoping for help. I have spent along time searching the forums and although I have gotten closer, still not getting the result I need. I have 2 sheets. Data and sheet one. Data has a ton of info and I am looking for a formula to put into Sheet1 that take a store number (Sheet1 B2), find a store number on Data tab (Data B2:B2543), find a specific time for that store in another column (Data E2:E2543) and then return the number shown in Column O when those two other columns show the required numbers. I have this formula but I know it's not correct to give you a better idea.
=INDEX(Data!$F$8:$M$2538, MATCH(Sheet1!B2, Data!$M$8:$M$2538,0), MATCH(C1, Data!$E$8:$M$2538,0))
Basically have lets say 5 columns on Data -
Store Number Time City State Star
I have all the store numbers and times listed on Sheet1
Store 7am 8am 9am
xxxx ????
xxxx
xxxx
What I can put in Sheet1 where the ???? are that will look at DATA, compare store number and time and give me the Star number that matches??
Thank you so much for your help. Vlookup and pivots just aren't cutting it for this one and I am over my head.
Bookmarks