Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in I am looking for the formula syntax for the following scenario:
If any row value Column B ='CC' then SUM (E5:E55) Can anyone assist? Many thanks! -- Anne Medical IT |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "Anne" wrote in message ... in I am looking for the formula syntax for the following scenario: If any row value Column B ='CC' then SUM (E5:E55) Can anyone assist? Many thanks! -- Anne Medical IT =SUMIF(B:B,"=CC",E5:E55) /Fredrik |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm assuming you mean any row in the Range B5:B55.
Try this: =SUMIF(B5:B55,"CC",E5:E55) Regards, Ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding digits in a column based on data in a separate column | Excel Discussion (Misc queries) | |||
Adding column data based on match in 2nd column - Help | Excel Worksheet Functions | |||
Sum data in 1 column based on date info in another column | Excel Discussion (Misc queries) | |||
Based on data in previous column - sum of values in next column | Excel Worksheet Functions | |||
Based on a condition in one column, search for a year in another column, and display data from another column in the same row look | Excel Discussion (Misc queries) |