Checking for a values in cells but counting if false

Tez Draper

New Member
Joined
Jul 1, 2011
Messages
2
Hi,

I am looking for a formula which looks at a range in sheet 2, if this range has not value then I want it to then count if a value ("athers01") is present in another range.

I want the result to return on sheet 1.

Any help would be great - thanks
 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Welcome to the Board!

Maybe you want something like this:

In Excel 2007 and newer:

=countifs(sheet2!range1,"",sheet2!range2,"athers01")

or in any version:

=sumproduct((sheet2!range1="")*(sheet2!range2="athers01"))

Replace range1 with the correct range and range2 with the correct range. Also in the any version one, you cannot use whol column references.

Hope that helps.
 
Upvote 0

Forum statistics

Threads
1,224,587
Messages
6,179,738
Members
452,940
Latest member
Lawrenceiow

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