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
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!