Hi,
I attached my sample workbook in here.
I'm trying to get my ETA on my grid however its just giving me N/A
I used hlookup for it but it doesn't work. I don't know how to get pass to this.
Thank you,
Hi,
I attached my sample workbook in here.
I'm trying to get my ETA on my grid however its just giving me N/A
I used hlookup for it but it doesn't work. I don't know how to get pass to this.
Thank you,
Hi,
One way
Formula:
Please Login or Register to view this content.
Richard Buttrey
RIP - d. 06/10/2022
If any of the responses have helped then please consider rating them by clicking the small star iconbelow the post.
Try this:
=INDEX(ETAs,MATCH(C6,INDEX(Trial,MATCH(C3,superSKU,0),),0))
With 20038 in C3 and 10008 in C6, the formula should return 1/1/2018 (which is 43101 formatted as a date).
Are you expecting a different result? If so, what result are you expecting?
You're welcome. Glad we could help.
That value 43101 is a date number. You need to format it as a date i.e. 1/1/2018 which is the date in R7 of the Consolidated sheet, i.e. the column with the quantoties value of 10008 in R34.
What date do you expect & why?
As for the lonely comma towards the end of the formula, the formula can also be written like this:
=INDEX(ETAs,MATCH(C6,INDEX(Trial,MATCH(C3,superSKU,0),0),0))
That 0 is the column number portion of the second INDEX.
The 0 at the end of the formula ensures that the INDEX MATCH function pulls an exact match rather than allowing the formula to default to an approximate match (-1 or 1).
Thank you!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks