I have multiple cells with formulas that pull from other sheets and if there is no result, I have it returning blank. I am trying to get a count of cells with values (not blanks) but apparently the formula is counting both.
Base formula to populate cells: =IF('Reviewer 3'!F1="","",'Reviewer 3'!F1)
Formula to count the non-blank cells: =COUNTIFS(D2:F2,"<>")
The base formulas return two values and one blank (correctly) but the second formula is returning "3". HELP!
Below are the formulas and the results. (I am only concerned with rows D-G, specifically the response in G2.
Base formula to populate cells: =IF('Reviewer 3'!F1="","",'Reviewer 3'!F1)
Formula to count the non-blank cells: =COUNTIFS(D2:F2,"<>")
The base formulas return two values and one blank (correctly) but the second formula is returning "3". HELP!
Below are the formulas and the results. (I am only concerned with rows D-G, specifically the response in G2.