Hi All
I am trying a nested index match - the index match and + "" text part work - but i wanted to add a twist - so when the information requested returned - only when 09-Mobilised does it become unchangeable (+ "")
cant get it to work though - i want the status to change UNTIl it reached the 09-Mobilised status then to freeze
=IF(ISNUMBER(SEARCH("09-Mobilised", INDEX({Recruit Status}, MATCH([Inductee Name]@row, {Rec Name})))), INDEX({Recruit Status}, MATCH([Inductee Name]@row, {Rec Name})) + "", INDEX({Recruit Status}, MATCH([Inductee Name]@row, {Rec Name})))