make cell blank

chris007

Board Regular
Joined
Jun 27, 2011
Messages
82
Hello,
I have the following formula which works great thanks to guys here,
=COUNTIFS($C$9:$C$24,"Supply*",$K$9:$K$24,">=300") how can i have the cell be balnk if the result is "0"

I have tried ,"" I have tried If("") etc but does not want t play ball for me. currently if there are nil observations then the cell shows "0"

thanks
Chris007
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
Hello,

Have you tried like:

=IF(COUNTIFS($C$9:$C$24,"Supply*",$K$9:$K$24,">=300")=0,"",COUNTIFS($C$9:$C$24,"Supply*",$K$9:$K$24,">=300"))
 
Upvote 0
Guys, thanks for your Help,
Works Well, the formula is long winded but think exactley what I was looking for

thanks Again
reagrds
Chris007
 
Upvote 0

Forum statistics

Threads
1,224,538
Messages
6,179,412
Members
452,912
Latest member
alicemil

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