Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In column A I have subaccount numbers which may repeat. In columns B thru F,
there are amounts that I need to sum if they meet the specific criteria of what is in column A. How do I sum B:F if column A is 74503? Thanks in advance. A B C D E F 74503 10 2 1 0 5 73000 5 10 12 3 4 74503 1 2 3 4 5 76025 5 2 10 5 4 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=SUMPRODUCT((A1:A4=74503)*B1:F4) "Metro" wrote: In column A I have subaccount numbers which may repeat. In columns B thru F, there are amounts that I need to sum if they meet the specific criteria of what is in column A. How do I sum B:F if column A is 74503? Thanks in advance. A B C D E F 74503 10 2 1 0 5 73000 5 10 12 3 4 74503 1 2 3 4 5 76025 5 2 10 5 4 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Works perfectly. Thanks!
"Jackpot" wrote: Try =SUMPRODUCT((A1:A4=74503)*B1:F4) "Metro" wrote: In column A I have subaccount numbers which may repeat. In columns B thru F, there are amounts that I need to sum if they meet the specific criteria of what is in column A. How do I sum B:F if column A is 74503? Thanks in advance. A B C D E F 74503 10 2 1 0 5 73000 5 10 12 3 4 74503 1 2 3 4 5 76025 5 2 10 5 4 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic range based on another column | Setting up and Configuration of Excel | |||
Count Unique Values in 1 Column based on Date Range in another Column | Excel Worksheet Functions | |||
Best-fit column based on a cell range | Excel Discussion (Misc queries) | |||
I want to use sumif to sum up a column based on a range of dates | Excel Worksheet Functions | |||
EXCEL Sum column based on time range in different column? | Excel Worksheet Functions |