Trying to count how many cells have text in them which is a link to a project plan in other sheet

This is what I have started with:
=COUNTIFS({Prioritisation log - Forum Call Date}, >=[Start Date]1, {Prioritisation log - Forum Call Date}, <=[End Date]1, {Prioritisation log - Link to Project Plan} "text")
Best Answer
-
Try this:
=COUNTIFS({Prioritisation log - Forum Call Date}, >=[Start Date]1, {Prioritisation log - Forum Call Date}, <=[End Date]1, {Prioritisation log - Link to Project Plan}, ISTEXT(@cell))
Use the ISTEXT function to check for any text value in a cell, and the @cell parameter performs a calculation on each row at the same time that the primary function (COUNTIFS) is evaluating the criteria in the range.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Answers
-
Are you looking to literally match the word "text," trying to match some other singular text value, or just trying to check if the cell has any text value in it (vs blank, number, date, etc.)?
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Hi Jeff
Yes I am looking to see if any cell has any text value in it
Thanks
-
Try this:
=COUNTIFS({Prioritisation log - Forum Call Date}, >=[Start Date]1, {Prioritisation log - Forum Call Date}, <=[End Date]1, {Prioritisation log - Link to Project Plan}, ISTEXT(@cell))
Use the ISTEXT function to check for any text value in a cell, and the @cell parameter performs a calculation on each row at the same time that the primary function (COUNTIFS) is evaluating the criteria in the range.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
-
Thank you so much Jeff that has worked:-)
Amanda
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!