Hello,
I would like to check a box on one sheet, if a box is checked on a different sheet, matching certain criteria.
This is what I have so far:
=IF(INDEX({Current Estimates Range 1}, MATCH([Project Name]@row, {Current Estimates Range 2})) = 1, 1)
If the Takeoff Information Column is checked on this sheet,
then check the box on this other sheet
The ultimate goal is to be able to build an automation on the second sheet to request a row update if the box is checked on the first sheet.