View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barb Reinhardt
 
Posts: n/a
Default excel function reduce and increase numbers

I'm thinking you'll need to have a helper column to do this or else you'll
have circular references.

"Joseph Weber" <Joseph wrote in message
...
I need to find out a formula that increases one number when the other
decreases, but does not decrease the number when the other increases.
example
cell A1=30 B1=40
NEXT
cell A1=31 B1=39
but not when there is an increase
cell A1=31 B1=42