Hello!
I've successfully pulled data from one sheet to another via Index/Match while using an 'IF' statement within the same sheet to filter results using the following formula.
=IFERROR(IF([Budget Action Requested]@row = "Initial", (INDEX({Date Specs Completed}, MATCH([Unique ID]@row, {Unique ID}, 0))), "N/A"), "")
But now I'm interested in using the Index/Match while filtering the other sheet for resultant data. Is this possible?
Here is my formula - which returns nothing, where it should return a very specific date.
=IFERROR(IF({Action Requested}, ="Initial", (INDEX({Budget Sent}, MATCH([Unique ID]@row, {Unique ID}, 0)))), " ")
I'm relatively new at this, so let me know if my question needs re-phrasing. Thank you!
Meredith