Excel CountIf formula is counting the formula, help!

kdorning

New Member
Joined
Jun 29, 2015
Messages
4
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.
Excel 2.jpg
Excel 1.jpg
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
IGNOR

Book2
ABCDE
1Reviewer #1Reviewer #2Reviewer #3
2NameName2
Sheet1
Cell Formulas
RangeFormula
E2E2=COUNTIF(B2:D2,"*")
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,025
Messages
6,122,734
Members
449,094
Latest member
dsharae57

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top