Formula to add criteria from multiple columns from another sheet

Hi,
I need to calculate how many times "Change" appears in another sheet that has the same Project ID - I want to calculate how many changes a specific project had.
I have 2 sheets: Project Plan and Craid log
Project Plan has 2 columns - "Task Name" with the word "Changes" in the line and "Description" where I need the formula
Craid log has 2 columns - "Project ID" and "Type" with dropdown options, but I only need "Change"
I need the "Description" column in the Project Plan to calculate all the "change" in the Craid log that has the same Project ID that is in the Project Plan and the Craid log.
Project Plan:
Craid Log:
Best Answer
-
Change the cell reference
=COUNTIFS({Craid Log | Project ID}, Description3, {Craid Log | Type}, CONTAINS("Change", @cell))
Answers
-
Hi Scott,
Thanks, but I get #UNPARSEABLE
My project plan has a project id that is in the "Description" column, I need the formula to go to the Craid log and only pull the information relevant to the project id and where there it only has "Change" selected - I need to add up how many Changes were selected against that project id.
-
Change the cell reference
=COUNTIFS({Craid Log | Project ID}, Description3, {Craid Log | Type}, CONTAINS("Change", @cell))
-
@Paul Newcome - thank you so much, it is working now!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!