Formula in a dropdown menu
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
- Smartsheet Customer Resources
- 62.1K Get Help
- 348 Global Discussions
- 199 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 133 Brandfolder
- 127 Just for fun
- 127 Community Job Board
- 455 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 282 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!