Adding ISTEXT to Formula: Referenced in Other Sheet
Good Day Smartsheet Community:
I am trying to add ISText Criteria to be included if the Column has ACR. Existing Formula Below:
=COUNTIFS({UAT Issue Tracking Sheet Range 2}, DATE(2020, 5, 19), {Issue Tracking Sheet: UAT Range 1}, "High", ISTEXT({Issue / Defect UAT LOG Range 1}), "ACR")
Thanks for All Help In Advance.
Answers
-
Hello @Ray B ,
I was able to create a Formula similar to the above that produced the correct output. Rather than using ISTEXT, I just quoted ACR. Please see this below example:
Main Sheet With Data:
Output Sheet:
This was the Formula I used: =COUNTIFS({Cross Sheet 1 Range 2}, DATE(2020, 5, 19), {Cross Sheet 1 Range 3}, "High", {Cross Sheet 1 Range 4}, "ACR")
Let me know if you have any questions.
Regards
Sean
-
Hi Ray!
=COUNTIFS({UAT Issue Tracking Sheet Range 2}, DATE(2020, 5, 19), {Issue Tracking Sheet: UAT Range 1}, "High", ISTEXT({Issue / Defect UAT LOG Range 1}), "ACR")
ISTEXT is a boolean function and here you are using it as a range, which doesn't fit.
-
OK, Thanks! I will try this and let you know how it works.
Thanks Everyone for all your help.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 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!