I need a field in the sheet summary to return a 2 when status2 is "complete" (otherwise 0), and I need an 8 returned when status2 and status4 are "complete".
I tried using this syntax but no joy…
=IF([Status]2=”Complete”, 2, 0) + IF(AND([Status]4=”Complete”), 8,2)
I also tried using the integrated AI but it didn't work either.
Help appreciated. Thanks