View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default need formula returning a blank cell

=IF(A10,B1,"")

It won't be blank, just look blank.


Gord Dibben MS Excel MVP

On Thu, 24 Sep 2009 13:39:01 -0700, vdmbqb
wrote:

In cell c1 I have the formula =IF(A10,B1)
In cell B1 I have the words "count costs"
I want cell C1 to return the words "count costs" when A1 is greater than 0
(that works fine).
But if the volue in A1 = zero I want C1 to return a blank cell.

TIA for any help