Thread: if then formula
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default if then formula

You could use a formula in A1:

=if(b10,B1,if(b1="",c1,"What Happens If B1 is 0 or Negative"))



vdmbqb wrote:

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


--

Dave Peterson