IF Cell is blank, use COUNTA formula.

Henrybukowski

New Member
Joined
Apr 16, 2013
Messages
29
Hi Folks,

Excuse my stupidity, I have a fairly straightforward excel formula question.

I am trying to use the following formula:

=IF(ISBLANK('Contract Compliance Month 3'!F38:F39),COUNTA('Data Sheet'!D7:D64))

if a certain cell, F38:F39 is filled, run the counta formula and display the total. If the cell F38:F39 is blank,and therefore the data incomplete, don't display anything.

However, when I wrote this formula in it displays the total regardless of whether cell F38 is blank or not

Could anybody point me in the right direction?

Many thanks.
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
=IF(COUNTBLANK('Contract Compliance Month 3'!F38:F39)=0,COUNTA('Data Sheet'!D7:D64),"")
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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