![]() |
Based on Data in One Column, need to SUM another
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 |
Based on Data in One Column, need to SUM another
"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 |
Based on Data in One Column, need to SUM another
I'm assuming you mean any row in the Range B5:B55.
Try this: =SUMIF(B5:B55,"CC",E5:E55) Regards, Ron |
All times are GMT +1. The time now is 10:28 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com