Screen Shot 2021-12-11 at 11.56.26 PM.png
How do I fix this so that the index/match nested function works?
Screen Shot 2021-12-11 at 11.56.26 PM.png
How do I fix this so that the index/match nested function works?
Welcome to the forum.
The MATCH function requires a one-dimensional array.
However, there is no match for 80.
Administrative Note:
Members will tailor the solutions they offer to the version of Office (Excel) that you have. Please check that your forum profile is up-to-date in this respect. If you aren't sure, in Excel go to File | Account and report what it says below the MS logo at the top of that page. If your version is for Mac, please also state this. Thanks.
Ali
Enthusiastic self-taught user of MS Excel who's always learning!
Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.
NB: as a Moderator, I never accept friendship requests.
Forum Rules (updated August 2023): please read them here.
Try
=IFERROR(INDEX($A$2:$H$28),MATCH($K$16,$A$2:$A$28,0),5)),"")
so you get a blank cell if there is no match for value in K16
As per Ali's reply, MATCH requires a one dimensional (single column) array.
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.
Along with what has already been said, it looks as though col A is text & not numbers, so tryFormula:
Please Login or Register to view this content.
And are you wishing to sum several lines or is is always a unique match. The reason I ask is I see two 081 in the image.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks