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
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!