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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!