Help with COUNTIFS formula with 3 criteria referencing a different sheet
Can some one please help create a formula referencing a sheet named FSER Project Plan that meets the following requirements:
- The helper column titled Level = 1
- The column titled CATEGORY = PROJECT PLANNING, and
- The column titled STATUS = COMPLETE?
Thank you in advance for any help.
Answers
-
@NV Smith you need to create cross sheet references in order to do this, right click on any cell in your target sheet (the one you want data to show up).
Go to manage references.
Create reference, pick the sheet of your soruce data (where you are getting data from).
Pick the column you are getting data from.
Name reference
the format for cross sheet referecnes is {name} and in your case should represent one column of data in your source
assuming- The helper column titled Level = 1 is named level
- The column titled CATEGORY = PROJECT PLANNING is named category
- The column titled STATUS = COMPLETE? is named status
Your formula would be
=countifs({level},1,{category},"PROJECT PLANNING", {status}, "COMPLETE")
Count ifs works in pairs of thing to check, thing to check against.
So {level} is being checked that it equals 1, etc, etcPrincipal Consultant | System Integrations
Prime Consulting Group
Email: info@primeconsulting.com
Follow us on LinkedIn!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.7K Get Help
- 472 Global Discussions
- 200 Use Cases
- 514 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 520 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!