View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Sean Timmons Sean Timmons is offline
external usenet poster
 
Posts: 1,696
Default need formula returning a blank cell

Just need to enter an ELSE

=IF(A10,B1,"")

"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
--
bob