Ask Your Question
1

How do I add the indices of several columns from a named range using SUMIFS in Excel 2007?

asked 2022-03-10 11:00:00 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-04-07 05:00:00 +0000

lakamha gravatar image

To add the indices of several columns from a named range using SUMIFS in Excel 2007, follow the steps below:

  1. Click on any cell where you want to display the result.

  2. Type the formula "=SUMIFS()" without quotes.

  3. Within the parentheses, type the first argument - the named range that contains the columns you want to add. For example, if your named range is "SalesData" and you want to add columns A, B and E, you should specify the range as "SalesData[A:E]".

  4. Type a comma to separate the first argument from the second.

  5. Within the parentheses, type the second argument - the range or criteria to match. For example, if you want to add only the values in columns A, B and E where column D has a specific value, you would enter "SalesData[D:D]" followed by the criteria in double quotes, separated by a comma.

  6. Repeat Steps 4 and 5 for each additional range or criteria you want to include in your SUMIFS formula.

  7. Press Enter to display the result in the cell.

For example, the formula "=SUMIFS(SalesData[A:E], SalesData[D:D], "Widget", SalesData[F:F], ">100")" would add the values in columns A, B and E in the named range "SalesData" where column D equals "Widget" and column F is greater than 100.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-03-10 11:00:00 +0000

Seen: 8 times

Last updated: Apr 07 '23