COUNTIF Formula quesion
I have 2 columns with 1st PROJECTS and 2nd PROJECT FEES and want to have a formula find projects with a particular name and add up the fees for those projects from the second column.
For instance find projects that contain "renovations" and add up the fees from the second column project fees. I was under the impression that countif would do the trick but keep getting an error message
Best Answer
-
Hi Simon!
COUNTIF would supply you with the number of jobs that meet your criteria. I believe you need a SUMIF formula to total the fees.
Try this:
=SUMIFS([PROJECT FEES]:[PROJECT FEES], PROJECTS:PROJECTS, CONTAINS("renovations", @cell))
Let me know if that doesn't work for you.
Chelsea
Answers
-
Hi Simon!
COUNTIF would supply you with the number of jobs that meet your criteria. I believe you need a SUMIF formula to total the fees.
Try this:
=SUMIFS([PROJECT FEES]:[PROJECT FEES], PROJECTS:PROJECTS, CONTAINS("renovations", @cell))
Let me know if that doesn't work for you.
Chelsea
-
Thank you Chelse - worked like a charm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!