Formula in a dropdown menu

cocog
✭✭
This is what I am trying to do...
I need the total of "amount Due" if "invoice" is selected. And the Total of "Amount Due" if "On Order" is selected. I would like for that info to populate at the top
Help!
Tags:
Best Answer
-
Hey @cocog,
These two formulas should work for that
Invoiced
=SUMIF([PO Status]:[PO Status], "Invoiced", [Amount Due]:[Amount Due])
On Order
=SUMIF([PO Status]:[PO Status], "On Order", [Amount Due]:[Amount Due])
Answers
-
Hey @cocog,
These two formulas should work for that
Invoiced
=SUMIF([PO Status]:[PO Status], "Invoiced", [Amount Due]:[Amount Due])
On Order
=SUMIF([PO Status]:[PO Status], "On Order", [Amount Due]:[Amount Due])
-
Yes!! Thank you so much!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 448 Global Discussions
- 154 Industry Talk
- 503 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!