+ Reply to Thread
Results 1 to 3 of 3

Need to update a formula to add an absolute value of amounts in cells

  1. #1
    Forum Contributor
    Join Date
    12-15-2005
    MS-Off Ver
    Office 2007
    Posts
    346

    Need to update a formula to add an absolute value of amounts in cells

    I am using this formula to calculate a column of numbers that are both negative and positive numbers.

    =SUMPRODUCT(--($A$5:$A$9647<=TODAY()),--($A$5:$A$9647>TODAY()-365),$C$5:$C$9647)

    I need to keep this formula the same where it will calcuate on a rolling 365 day but I need the total to be only the absolute value (abs).

    I appreciate any help updating this formula for this.

    Thanks,
    Nick
    Last edited by avidcat; 01-24-2009 at 05:34 PM.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    =sumproduct( ($a$5:$a$9647 <= today()) * ($a$5:$a$9647 > today() - 365) * abs($c$5:$c$9647))
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Contributor
    Join Date
    12-15-2005
    MS-Off Ver
    Office 2007
    Posts
    346
    Thanks worked perfect!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1