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
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
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
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
-
@Genevieve P. Thank you so much.. it works. Have a great weekend!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 430 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 75 Community Job Board
- 502 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!