I've spent the past 5 hours trying to figure out my index match formula, but my brain is mush at this point. Every instance of index/match i've been unable to return my desired value.
I am trying to return the value of the date from the reference sheet based on the "batch ticket" number on the output sheet
Sheet with formula (named Output):
Data is in A3 to C3
The formula I most recently tried in A1 above was =INDEX('Stored Data'!D2:XFD780,MATCH(Output!$A$2, 'Stored Data'!D:D,0),MATCH(Output!C3,'Stored Data'!D2:XFD780,0))
Reference Sheet (named Stored Data)
Data is in D2 to E4
Is the reason I am returning "N/A" because there is multiple instances of the word "Date"? That is the only reason I can think that this is not working.
Send help lol
I am trying to return the value of the date from the reference sheet based on the "batch ticket" number on the output sheet
Sheet with formula (named Output):
Data is in A3 to C3
The formula I most recently tried in A1 above was =INDEX('Stored Data'!D2:XFD780,MATCH(Output!$A$2, 'Stored Data'!D:D,0),MATCH(Output!C3,'Stored Data'!D2:XFD780,0))
Reference Sheet (named Stored Data)
Data is in D2 to E4
Is the reason I am returning "N/A" because there is multiple instances of the word "Date"? That is the only reason I can think that this is not working.
Send help lol