Hello,
I have two sheets, and I am attempting to use Index/Match to reference a cell on another sheet. My issue is due to the multiple if statements in the cell already.
The following formula is in the cell:
=IF(Confirmation4 = 1, "STOPPED", IF(Confirmation21 = 1, "EXPIRED - PROVISIONAL", IF(Confirmation37 = 1, "REJECTED – APPEALING", IF(Confirmation38 = 1, "APPROVED", IF(Confirmation65 = 1, "EXPIRED - FULL", IF(Confirmation6 = 1, "IN PROGRESS", "PENDING"))))))
My Index formula is:
=INDEX({Master Patents Projects Status}, MATCH(Hierarchy1, {Master Patents Projects Range 2}, 0))
I need help to nest the formulas, I have tried, and I keep receiving a #unparseable.
Thanks!
SA