I'm trying to create a simple formula that will add the sum of 2 cells, then multiply that sum by 50
Best Answer
-
Try:
=SUM([$/lb]3:[$ Prod Surcharge]3) / 50
Answers
-
Try:
=SUM([$/lb]3:[$ Prod Surcharge]3) / 50
-
Thank you, Michael. Yes this helped tremendously.
=SUM([$/lb]3:[$ Prod Surcharge]3) * 50
I added an asterisk (multiply) in lieu of the / (division) but your formula got me 99.9% of the way there. Much appreciated, sir.
-
Since I'm in awe of your genius right now, perhaps you could help me with another question that I've illustrated above. I'm trying to take the quantity from my inventory spreadsheet and have it populate the adjacent cell in another separate spreadsheet after selecting that inventory item from a single select dropdown menu in the adjacent cell. I'll owe you a crisp $5 bill if you can solve this one for me lol
-
I think it's quite simple: =IF([WIRE 1]42 = "L-61 (5/64) 60#", {Inventory Stock Control Range 2})
After =IF and entering the logical_expression, for value_if_true, click 'reference another sheet' and select the field you want to map over.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!