Trying to count the occurrence of the first letter of a string in a column...
JWood
✭✭✭
I have a "Serial" column which can have two types of serial formats. One type starts with "S" as in "S1234" and the other is "R" as in "R1234".
I need to count the number of serial numbers starting with "R" so I can then count the number of them past-due in another column.
I started with =countif(Serial:Serial, "R****"), but that just returned a 0.
Advice please
Answers
-
Try something like this:
=COUNTIFS(Serial:Serial, LEFT(@cell) = "R")
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!