Sum numbers pulled out of other columns
Formula is not allowing me to add 1 to column that contains a number which was pulled from another column:
Column one: Week 15
Column two: =right([column one]@row, 2) - this will pull out the 15
Column three: I am trying to add 1 to the 15 from column 2, the formula is not working (=[column 2]@row + 1) it is just adding a 1 to the text string and giving result of 151 instead of 16 which I want.
Answers
-
-
Hello @Leeba Z.
In addition to @Leibel S you can shorten the formula and use only 2 columns:
Column 1: Week 15
Column 2: =VALUE(RIGHT([Column 1]@row, 2)) + 1
-or-
Stick to what you have:
Column 1: Week 15
Column 2: =RIGHT([Column 1]@row, 2)
Column 3: =VALUE([Column 2]@row) + 1
Melissa Yamada
melissa@insightfulsheets.com
Data made simple, spreadsheets reimagined
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!