View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Bill Kuunders Bill Kuunders is offline
external usenet poster
 
Posts: 303
Default Excel function help

You're absolutely right.

Thanks
Bill K
"David Biddulph" wrote in message
...
The formula in D12 looks equivalent to =70-C12 (as the IF doesn't seem to
do anything different?).
--
David Biddulph

"Bill Kuunders" wrote in message
...
Try a simple if function and use the results as your carry foreward
subtotal.

in D12 enter .....=IF(C12=0,70,70-C12)

...