Help to create a formula that sums a column based on if values in two other colums are correct.
Hello,
I have three columns that need to be in a formula.
TIME, Y, Z
I Want to SUM all the rows under the "TIME" column based on if the Y and Z columns have the specific dropdown value.
This was my try but it did not work: =SUMIFS([Z]:[Z]; "Approved"; [Y]:[Y], "", Time:Time)
Can anyone help?
Kind Regards,
Hugo Martinwall
Comments
-
Hi (Hej < Swedish for Hello) Hugo,
Try this.
You've mixed up the order. The first part in a SUMIFS formula is the range to sum if all criteria are true.
=SUMIFS(TIME:TIME; Z:Z; "Approved"; Y:Y; "")
The same version but with the below changes for your and others convenience. =SUMIFS(TIME:TIME, Z:Z, "Approved", Y:Y, "")
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hej!
Thank you very much! Works good!
Kind Regards,
Hugo Martinwall
-
Great!
I'm always happy to help!
Best,
Andrée
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives