Thread: if then formula
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default if then formula

What if B1 is 0 or less?

If B1 will only be numbers =0 or an empty/blank cell:

=IF(N(B1),B1,C1)

--
Biff
Microsoft Excel MVP


"vdmbqb" wrote in message
...
Very simply put;

I need to return a value in A1.

If the amount in B1 is greater than zero A1 should return the value in B1.

But, if the cell B1 is blank, then A1 should return the amount in C1.

TIA
bob