Hi all,
I have a series of columns with checklists that I need to analyse and need some help, please.
The logic is this: if the report is "completed", but _any_ of the several asset check cells are still not checked, a cell called "asset checks not complete" should fire up.
The formula I have is below, but the "asset check not complete" turns to zero if _any_ of the asset checkboxes is checked. I need it to equal zero only if _all_ the asset checks are complete.
=IF(AND([Report Completed]6 = 1, [Asset Check: iPad]6 = 0, [Asset Check: Sonos]6 = 0, [Asset Check: Playstation]6 = 0, [Asset Check: Controllers]6 = 0, [Asset Check: 4G WiFi Device]6 = 0), 1, 0)
Thanks for your insights!
Michael