How can I generate the total based on 2 columns.
I need a part quantity x part price to equal a total on a sheet and I can't figure out the formula. The prices and parts amounts will be different each time. I've tried SUMIF and can't figure out what I'm missing.
Best Answer
-
I would use this formula (as a column formula) for your total column:
=[Part Quantity]@row * [Parts Price]@row
You can then use this in your sheet summary field to get the total:
=SUM([Total (qty x price)]:[Total (qty x price)])
Answers
-
I would use this formula (as a column formula) for your total column:
=[Part Quantity]@row * [Parts Price]@row
You can then use this in your sheet summary field to get the total:
=SUM([Total (qty x price)]:[Total (qty x price)])
-
That worked thank you so much for all your help!!
-
No problem at all, I'm glad it worked for you!
-
The formula you gave to put in the sheet summary how do you get it to do the same thing but for a diff column name?
-
I figured it out!😁
-
Awesome! One of the best ways to learn new things in Smartsheet is to modify existing formulas/solutions!
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!