I am trying to figure out a formula to add if cells are not blank.
So for example, if the employer states he worked 1/21, 1/,22 and 1/23 the formula would state 3. Each date worked is in its own cell.
I tried the following
=COUNTIF([1st Travel Day Start Date]@row , [2nd Travel Day End Date]@row , "is Not Blank")
I received an invalid argument set error.
Thank you