+ Reply to Thread
Results 1 to 2 of 2

Sum from criteria over multiple ranges

  1. #1
    Registered User
    Join Date
    02-22-2013
    Location
    New Jersey, United States
    MS-Off Ver
    Excel 2010
    Posts
    1

    Sum from criteria over multiple ranges

    Hello-

    I have a spreadsheet that is being used to keep track of demographic information for a daily survey of a public space. There are many columns which contain a single letter, each of which indicates a particular trait of a single park user (race, age, gender, dress, etc). Here is a quick example of what I'm looking at:

    clip.jpg

    What I would like to do with this is create a formula that looks at criteria from multiple cell ranges and creates a sum if all of these conditions are met, for more advanced demographic tallies that will occur over the course of the year. For example, if my age column = "A" and my race column = "W" and my gender column = "M", I know that equates to one adult white male....so, if I can tell the software to look to see if these three things are true, I can set up a counter for that particular group. Is there a way to write a sumif formula (or other function) that will accomplish this?

    Thanks in advance.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Sum from criteria over multiple ranges

    Use SUMIFS on these lines

    =SUMIFS(Sum_Column,Age_Column,"A",Race_Column,"W",Gender_Column,"M")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

+ 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