dchaney
Well-known Member
- Joined
- Jun 4, 2008
- Messages
- 732
- Office Version
- 2016
- Platform
- Windows
I currently have a spreadsheet that looks at Cell B3 if B3 = Engineering then add cells C3 through G3 **=IF($B3="Engineering",SUM($C3:$G3),"")**
I am trying to figure out how to look at B3:B36, for any cell in that range that = Engineering I want it to add the amounts in C?
I tried =IF($B3:$B36="Engineering",SUM($C3:$G3),"")
Example: The formula would return 5 for the below
Engineering 3
Purchasing 2
Engineering 2
I am trying to figure out how to look at B3:B36, for any cell in that range that = Engineering I want it to add the amounts in C?
I tried =IF($B3:$B36="Engineering",SUM($C3:$G3),"")
Example: The formula would return 5 for the below
Engineering 3
Purchasing 2
Engineering 2