Hello Smartsheet friends!
I have a sheet (called Test Receiver Sheet) where I want a box to be checked for each row if the client code for that row matches client code on the second sheet (called TEST Client Audit Form) AND the status is "Complete".
This is the formula I have so far. Im getting an invalid reference error. =IF(INDEX({TEST Client Audit Form Client Code}, MATCH([Client Code]@row, {TEST Client Audit Form Status}, 0)) = "Complete", 1)
Thank you for any assistance!