Multiplying Number in One Column, Result in Next Column
Hello,
I am trying to create a function to take a number from one column, multiply by a set amount and to return the result in the next column, but I am not finding an easy function for this.
I am familiar with doing this in Excel, but not SmartSheet.
Thank you!
Jackie
Answers
-
Well, you can write something like this where it will multiple the value in Column1 of the same row by 5:
=[Column1]@row*5
Or you can write something like this to multiply Column1 by Column2:
=[Column1]@row*[Column2]@row
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 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!