Using Or to Reference to Different Columns
Good Evening:
Not sure how to add an Or to my Formula that Reference 2 Different Columns. I would like to add to my Count if the Id Column has Analysis or If the Issue Type Column has Task
Current Formula which Returning an Error:
=COUNTIFS({Sprint}, "ACAMS 2.0 SF - Sprint 9", {Bus Status}, "Done", {ID}, "Analysis", OR( {Issue Type}, "Task"), {Rollover}, 0)
Thanks
Best Answers
-
Hi @Ray B ,
Using OR here is a bit tricky. Instead try this:
=COUNTIFS({Sprint}, "ACAMS 2.0 SF - Sprint 9", {Bus Status}, "Done", {ID}, "Analysis", {Rollover}, 0) + COUNTIFS({Sprint}, "ACAMS 2.0 SF - Sprint 9", {Bus Status}, "Done", [Issue Type}, "Task", {Rollover}, 0)
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
No Received an Error, but I found what was incorrect. The wrong type of bracket was used Issue Type at the beginning. However, I did not think of using + to get me the Results I wanted; therefore, thank you.
Updated Formula:
=COUNTIFS({Sprint}, "ACAMS 2.0 SF - Sprint 9", {Bus Status}, "Done", {ID}, "Analysis", {Rollover}, 0) + COUNTIFS({Sprint}, "ACAMS 2.0 SF - Sprint 9", {Bus Status}, "Done", {Issue Type}, "Task", {Rollover}, 0)
Answers
-
Hi @Ray B ,
Using OR here is a bit tricky. Instead try this:
=COUNTIFS({Sprint}, "ACAMS 2.0 SF - Sprint 9", {Bus Status}, "Done", {ID}, "Analysis", {Rollover}, 0) + COUNTIFS({Sprint}, "ACAMS 2.0 SF - Sprint 9", {Bus Status}, "Done", [Issue Type}, "Task", {Rollover}, 0)
Work?
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
No Received an Error, but I found what was incorrect. The wrong type of bracket was used Issue Type at the beginning. However, I did not think of using + to get me the Results I wanted; therefore, thank you.
Updated Formula:
=COUNTIFS({Sprint}, "ACAMS 2.0 SF - Sprint 9", {Bus Status}, "Done", {ID}, "Analysis", {Rollover}, 0) + COUNTIFS({Sprint}, "ACAMS 2.0 SF - Sprint 9", {Bus Status}, "Done", {Issue Type}, "Task", {Rollover}, 0)
-
Perfect. Happy to help. If the issue is resolved please accept my answer to close the discussion. Thank you for using the Community.
Be well,
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!