View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Two functions in one formula.

.... or =MAX(A1-C1,0)
--
David Biddulph

"John" wrote in message
...
Hi Max
Try this function :=IF(C1<A1,A1-C1,0)
HTH
John
"MAX" wrote in message
...
I need this formula, using Excel 2003.
Here I want that when A3 is < than A1, answer becomes in cell A2 and in
the
same formula when A3 is than A1, answer in A2 becomes 0.
Example:
A1 A2 A3
100 20 80
100 0 140