Forum Discussion
Dexlee46
Dec 10, 2019Brass Contributor
Index and Match with Max Function
Hello, I have a question in regards to index and match. So I'm referencing information from another spreadsheet which is my company's receiving log using the index and match function. The issue I...
Twifoo
Jan 02, 2020Silver Contributor
The table name is Receiving while those enclosed in brackets are Column Names. Such is the syntax for structured references to Excel Tables.
Dexlee46
Jan 02, 2020Brass Contributor
- TwifooJan 18, 2020Silver Contributor
- Dexlee46Jan 16, 2020Brass Contributor
Hey Robert,
Sorry I have an additional question for the problem involving finding the latest date from the receiving log. So here is the formula used currently:
=IFNA(LOOKUP(2,1/("Here"'Daily Receiving Log .xlsx'!Daily_Receiving_Log[P.O. No.]=[@1st]),'Daily Receiving Log .xlsx'!Daily_Receiving_Log[Date]),"")
So I'm matching only the PO number, but I will also need to match the part number.
My question is, for this formula I tried adding an add (where I have in bold "here") constraint right after the look up function, matching the function match the PO and the part number, but it didn't not work. Is there another way to create two constraints for this formula so I'm not getting incorrect date information?
Thanks.
- TwifooJan 03, 2020Silver ContributorYou’re very much welcome!