Help on formula SUMIF using two validations. Validate Date and Name.
Hi all,
I am trying to extract individual Branch weekly sales from the table below,
I am using the formula below but not able to make it work? Any ideas would be much appreciated.
=SUMIFS([Sold Date]:[Sold Date], WEEKNUMBER(@cell) = 1,(AND((Branch:Branch, Names@row,(TRTotal:TRTotal)))
Many Thanks in advance.
Best Answer
-
Hey @ovelzone
Here's the formula version:
=SUMIFS(TRTotal:TRTotal, [Sold Date]:[Sold Date], WEEKNUMBER(@cell) = 1, Branch:Branch, Names@row)
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Answers
-
I realised i can use the Sheet filter, but just wondering if there is a formula that i can use without filter as i will be creating separate sheets for different Branches. Thanks.
-
Hey @ovelzone
Here's the formula version:
=SUMIFS(TRTotal:TRTotal, [Sold Date]:[Sold Date], WEEKNUMBER(@cell) = 1, Branch:Branch, Names@row)
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now -
@Genevieve P. Thank you so much.. it works. Have a great weekend!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!