Results 1 to 6 of 6

Add up multiple ranges of data based on criteria.

Threaded View

  1. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Add up multiple ranges of data based on criteria.

    if that was the case just sum (b1,n1,z1) unless there are -ve values
    =SUM(IF(B1>0,B1,0),IF(N1>0,N1,0),IF(Z1>0,Z1,0))
    palmettos sums up anything in range b1:z1
    also
    =SUM(SUMIF(INDIRECT({"b1","n1","z1"}),">0")
    Last edited by martindwilson; 12-16-2009 at 07:21 PM.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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