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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 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!