Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to add the cells in column D, when their corresponding column A is a
specific label. For example, Column A Column D Blue 50 Black 35 Blue 21 Yellow 43 I want to sum the values in Column D by color (Blue=71) Thanks for any help |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMIF(A1:A4,"BLUE",D1:D4)
"aeddave" wrote in message ... I want to add the cells in column D, when their corresponding column A is a specific label. For example, Column A Column D Blue 50 Black 35 Blue 21 Yellow 43 I want to sum the values in Column D by color (Blue=71) Thanks for any help |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks Gaurav. That did it.
"Gaurav" wrote: =SUMIF(A1:A4,"BLUE",D1:D4) "aeddave" wrote in message ... I want to add the cells in column D, when their corresponding column A is a specific label. For example, Column A Column D Blue 50 Black 35 Blue 21 Yellow 43 I want to sum the values in Column D by color (Blue=71) Thanks for any help |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Glad it worked.
"aeddave" wrote in message ... Thanks Gaurav. That did it. "Gaurav" wrote: =SUMIF(A1:A4,"BLUE",D1:D4) "aeddave" wrote in message ... I want to add the cells in column D, when their corresponding column A is a specific label. For example, Column A Column D Blue 50 Black 35 Blue 21 Yellow 43 I want to sum the values in Column D by color (Blue=71) Thanks for any help |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
help would have done so, as well
-- Don Guillett Microsoft MVP Excel SalesAid Software "aeddave" wrote in message ... Thanks Gaurav. That did it. "Gaurav" wrote: =SUMIF(A1:A4,"BLUE",D1:D4) "aeddave" wrote in message ... I want to add the cells in column D, when their corresponding column A is a specific label. For example, Column A Column D Blue 50 Black 35 Blue 21 Yellow 43 I want to sum the values in Column D by color (Blue=71) Thanks for any help |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry Don. I didn't mean to offend anyone. I did use help first, but still
could'nt figure it out. Gaurev was much clearer in his assistance and it worked. "Don Guillett" wrote: help would have done so, as well -- Don Guillett Microsoft MVP Excel SalesAid Software "aeddave" wrote in message ... Thanks Gaurav. That did it. "Gaurav" wrote: =SUMIF(A1:A4,"BLUE",D1:D4) "aeddave" wrote in message ... I want to add the cells in column D, when their corresponding column A is a specific label. For example, Column A Column D Blue 50 Black 35 Blue 21 Yellow 43 I want to sum the values in Column D by color (Blue=71) Thanks for any help |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Have you looked in the help index for SUMIF?
-- Don Guillett Microsoft MVP Excel SalesAid Software "aeddave" wrote in message ... I want to add the cells in column D, when their corresponding column A is a specific label. For example, Column A Column D Blue 50 Black 35 Blue 21 Yellow 43 I want to sum the values in Column D by color (Blue=71) Thanks for any help |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If the colors were in A1:A100 and the values in D1:D100, this would
add the values in column D where it finds the value in parenthesis in column A. =SUMIF($A$1:$A$100,"Blue",$D$1:$D$100) If you wanted to check multiple times, you could replace "Blue" with a cell reference (ex: SUMIF($A$1:$A$100,E1,$D$1:$D$100)) then put the color in E1 that you wanted to check. HTH, JP On Jan 21, 11:20*am, aeddave wrote: I want to add the cells in column D, when their corresponding column A is a specific label. *For example, Column A * * * * * * Column D Blue * * * * * * * * * * * *50 Black * * * * * * * * * * * 35 Blue * * * * * * * * * * * *21 Yellow * * * * * * * * * * 43 I want to sum the values in Column D by color *(Blue=71) Thanks for any help |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HELP!! SUMIF QUESTION | Excel Worksheet Functions | |||
Sumif question | Excel Worksheet Functions | |||
Sumif (sum if question) | Excel Worksheet Functions | |||
Another SUMIF question | Excel Worksheet Functions | |||
SUMIF Question | Excel Worksheet Functions |