How to count umbers in row without letters
Hello, I need to count numbers in rows but there is added letters, is it possible to count all numbers without letters?
I need information as displayed in image.
Tags:
Answers
-
Hi @LaurisK,
Will each column have the same amount of characters before the number?
Is the number ever greater than or equal to 10?
If no to each of these, you can use something like this:
=SUM(VALUE(RIGHT([Primary Column]@row, 1)), VALUE(RIGHT([Column2]@row, 1)), VALUE(RIGHT([Column3]@row, 1)))Sincerely,
Jacob Stey
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 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!