i need help creating a formula
I have this row with dropdown options that contain the Quantity and the Price. I want the formula at the end to generate the Total $ for that row so the customer knows the total for the items they want. How do I do this?
Answers
-
=VALUE(MID([QTY + SIZE]@row, FIND("$", [QTY + SIZE]@row) + 1, 5)) + VALUE(MID([QTY + SIZE (2)]@row, FIND("$", [QTY + SIZE]@row) + 1, 5))
If you need to get the total of all of the rows, you can also do this:
=SUM([LINE TOTAL]:[LINE TOTAL])
Sincerely,
Jacob Stey
-
I tried to enter this and it wasn't working. I appreciate the Help though!
-
You will need to match up the appropriate column names. It appears that the sheet you screenshotted was made in a program outside of Smartsheet. If possible, please provide a screenshot with PII redacted of the sheet you are working on and I will be able to help further
Sincerely,
Jacob Stey
-
Yes it is Google Sheets.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!