Smartsheet SUMIF
Hello Smartsheet Community,
I just want to have a Sum of the values based on the day range and week number range in the smartsheet, i tried with SUMIF in smartsheet it was not possible. here i am posting an example for your understanding, which i have done in excel.
I have a german pc, so SUMIF is showing as SUMWENN in the following excel; this formula i used in excel
--->> Now i want to do same in smartsheet
can any leads here which formula should i use in smarstheet ?
Thanks
gprudhvi
Best Answer
-
Try this:
=SUMIFS(Orderlines:Orderlines, Date:Date, @cell = Date@row)
=SUMIFS(Orderlines:Orderlines, Date:Date, AND(IFERROR(WEEKNUMBER(@cell), 0) = WEEKNUMBER(Date@row), IFERROR(YEAR(@cell), 0) = YEAR(Date@row)))
Answers
-
Try this:
=SUMIFS(Orderlines:Orderlines, Date:Date, @cell = Date@row)
=SUMIFS(Orderlines:Orderlines, Date:Date, AND(IFERROR(WEEKNUMBER(@cell), 0) = WEEKNUMBER(Date@row), IFERROR(YEAR(@cell), 0) = YEAR(Date@row)))
-
Hi Paul,
Perfect! That has worked well, thnks for your lead and expertise.
Cheers
gprudhvi
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.4K Get Help
- 447 Global Discussions
- 144 Industry Talk
- 478 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!