Hello,
I need some help sorting out an INDEX(match) formula that is not working despite my best efforts. It may be that I have been staring at it too long. I keep getting a No Match when I add "0" in search type, and I get the first value in my column when I add a "1" in search type. It seems ot be returning the first value it findss and not the value that matches what I am looking for. If I am complete honest, I don't completely understand what the 'search type" part of the formula does and these INDEX formulas always stump me. This is my Fx:
=INDEX({Task Hours -Hours}, MATCH([Task Code]@row, {Task Hours -Tasks}, 1))
This returns first value in my Hours column, but not the value that corresponds to the Task Code in that row.
=INDEX({Task Hours -Hours}, MATCH([Task Code]@row, {Task Hours -Tasks}, 0))
This returns No Match
I am trying to get the Hours for the task I have entered in my Task Code column in that row. Can anyone spot what I am doing wrong?
I was trying to mimic this example in the Help page, the difference being I am referencing columns in another sheet.
=INDEX([Price Per Unit]:[Price Per Unit], MATCH("Jacket", [Clothing Item]:[Clothing Item], 0))
Returns the value in the “Price Per Unit” column for the row that contains the value “Jacket” in the “Clothing Item” column.
$200.00
Thanks so much in advance!
Susan