I'm stumped. I'm trying to return a "ORDER" If a checkbox is checked and "DO NOT ORDER" if checkbox is unchecked on a reference sheet using index match. Unless I've lost mind I'm pretty sure 0 = unchecked and 1 = checked. I think this should be working,
When I use the formula below I get "ORDER" for INDEX/MATCHED cells that are both checked and unchecked, so I'm missing something...
=IF(INDEX({3.0 IR Sheet - Logi Email Col}, MATCH(Itinerary@row, {3.0 IR Sheet - Itinerary Col}), 0) = 1, "ORDER", "DO NOT ORDER")