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