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?
Tags:
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!