Sumifs - NetSales per product, where the NetSales is in another sheet with product in MultiDropdown
Hello,
I have a Product Sheet and one Transaction Sheet.
I want to calculate the total NetSales in my product sheet (one row per product) by a SUMIF(s) into my transaction sheet knowing that, in there, the product is contained in a multi-dropdown. I tried the following:
=SUMIFS({Master 20-21 Net Sales Y5}, {Master 20-21 LAM Key}, CONTAINS([Main Product Type]@row, {Master 20-21 LAM Key}))
Where
{Master 20-21 LAM Key} is the MultiDropdown containing the various products in transaction sheet
[Main Product Type]@row is the product (in my product sheet) I'm seeking for in the Multi-Dropdown (in the transaction sheet.
but it returns 0.
Anyone can help, I'm pretty stuck there.
Best Answer
-
Well, sometimes working hard helps.
I just made it more complicated than needed.
=SUMIFS({Master 20-21 Net Sales Y5}, { Master 20-21 LAM Key}, has(@cell, [Main Product Type]@row))
Hope this helps someone :)
All the best
Raoul.
Answers
-
Well, sometimes working hard helps.
I just made it more complicated than needed.
=SUMIFS({Master 20-21 Net Sales Y5}, { Master 20-21 LAM Key}, has(@cell, [Main Product Type]@row))
Hope this helps someone :)
All the best
Raoul.
-
Hi Raoul,
Thank you for sharing your solution!
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
-
You most welcome.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 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!