View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Need Help with a Formula

=IF(January!AH2+January!AI2<0,9,January!AH2+Januar y!AI2)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"sferguson" wrote in message
...
I am trying to create a formula that would read as follows:

If JanuaryAH2+JanuaryAI2 equals a negative amount then return a zero, if
it
is a positive amount, return that amount.

Any help would be appreciated.

Thanks!