View Single Post
  #4   Report Post  
Mark74w1 Mark74w1 is offline
Junior Member
 
Posts: 16
Default

Quote:
Originally Posted by Claus Busch View Post
Hi Mark,

Am Mon, 24 Jun 2013 19:53:10 +0100 schrieb Mark74w1:

This formula,
=SUMIF('Cost Plus Invoice'!O8:O1500,"p",'(Cost Plus Invoice'!T8:U1500)
copys (to the cell it is written to) the sum of negative dollar amounts
from another sheet.
I need to add to this formula, a formula that changes the negative
dollar amount total to a positive.
I know that the abs function converts, but i'm not sure how to
incorporate it into this formula.


try:
=ABS(SUMIF('Cost Plus Invoice'!O8:O1500,"p",'Cost Plus
Invoice'!T8:U1500))


Regards
Claus Busch
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2
Mr. Busch,
Thank you for you help with this formula. Obviously I'm not
quite there yet with understanding the formatting of formulas.
I would sure like to know if there was a simple rule of thumb for this.
Thanks, Mark