Hi,
I need help with writing out IF(index(Match formula. Originally, I was pulling data from specific field and adding to my new sheet. I utilized the below formula to pull data. However, now i have two additional column (State, and LOB) that I need the data to filter by.
=Index({TEST01 Project ... Range Comments},Match(Task@row,{TEST01 Project ... Range Task Name},0),1)
Basically, what I am trying to achieve is if state is X and LOB is Y then index match the task name to comment.