Formula
What is wrong with my formula?
Looking to calculate how many new circuits and how many disconnects are in each of my 4 options.
Metric Sheet:
Proj Plan :
Best Answers
-
You need a COUNTIFS instead and it would look more like this:
=COUNTIFS({Status}, @cell = [Primary Column]@row, {Objective}, @cell = "New Circuit")
or
=COUNTIFS({Status}, @cell = [Primary Column]@row, {Objective}, @cell = [Primary Column]1)
-
=COUNTIF( {Order Tracker Template Range 2}, HAS([Primary Column]@row, [Primary Column]:1))
Also as an aside - Best practice for references pulled from other sheets is to always name them, rather then letting them be "Sheet Name Range 2". That way we can help you trouble shoot if your range is wrong. So something for Column 3 would be:
=COUNTIF({Order Tracker Objective}, [Primary Column}@row) would return the number of times the word in the Primary Column shows up in the Object Column in your Order Tracker Template.
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with!
Answers
-
You need a COUNTIFS instead and it would look more like this:
=COUNTIFS({Status}, @cell = [Primary Column]@row, {Objective}, @cell = "New Circuit")
or
=COUNTIFS({Status}, @cell = [Primary Column]@row, {Objective}, @cell = [Primary Column]1)
-
=COUNTIF( {Order Tracker Template Range 2}, HAS([Primary Column]@row, [Primary Column]:1))
Also as an aside - Best practice for references pulled from other sheets is to always name them, rather then letting them be "Sheet Name Range 2". That way we can help you trouble shoot if your range is wrong. So something for Column 3 would be:
=COUNTIF({Order Tracker Objective}, [Primary Column}@row) would return the number of times the word in the Primary Column shows up in the Object Column in your Order Tracker Template.
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 214 Industry Talk
- 454 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 456 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!