SUM & SUMIFS
I have columns named:
- Item Description (That contains within a text (Z123)
- Quantity
- Received (Check Box)
Not sure if you can use SUM and SUMIFS in same formula
Looking for a result of ~~ Out of a total of (NUMBER) you have received(NUMBER).
Thanks!
Answers
-
@DanielGD Try this
= "Out of a total of "+ SUMIF(Description:Description, =Description@row, Quantity:Quantity) + " you have received " + SUMIFS(Quantity:Quantity, Description:Description, =Description@row, Received:Received, =1)
Brent C. Wilson, P.Eng, PMP, Prince2
Facilityy Professional Services Inc.
http://www.facilityy.com
-
This would give you % received
=(SUMIFS(Quantity:Quantity, Description:Description, =Description@row, Received:Received, =1)) / SUMIF(Description:Description, =Description@row, Quantity:Quantity)
Brent C. Wilson, P.Eng, PMP, Prince2
Facilityy Professional Services Inc.
http://www.facilityy.com
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 138 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!