-
Re: COUNTIFS adding checkbox column returns "#INCORRECT ARGUMENT SET"
There was an extra space after the IF statement in the beginning and a missing "S" in the second COUNTIFS :) Try this: =IF([Active]@row = true, COUNTIFS({End Dates}, <TODAY(), {End Dates…1 · -
Re: Adding Second Sheet to Countifs formula
I just had this happen to one of my projects and all I did was add another COUNTIFS formula with a "+" sign to my original COUNTIFS formula. For an example: =COUNTIFS({Next Follow Up Jun}, …2 ·