wrestlemy69
New Member
- Joined
- Jan 24, 2017
- Messages
- 8
- Office Version
- 2021
- 2019
- 2016
- 2013
- Platform
- Windows
Noob here.
I see 2 possible solutions for the same problem. So first i will try to describe it simply with the possibility to get a simple answer.
I have 4 drop down list. first list is ALL, feed, treats, equipment. second is ALL, chickens, dogs, cats. Third is jan, feb, mar, ....... 4th is 2022, 2023, 2024, ......... on another sheet i have cells with list for each, type, animals, date. I created a sumifs that works for each item individually. But i have not figured out a way to do the ALL for any list.
Is there a way to redifne the word all? meaning all will sum all of the words in another table. Hopefully i explained it well.
Ok so if that is not possible or understandable, here is the next possible solution i see. I could not figure out a way to add the If infront of the Sumifs.
here is the working one
B4 is the type list
b5 is the animal list
I feel like i am having a hard time explaing it well.
Thanks in advance for any help
I see 2 possible solutions for the same problem. So first i will try to describe it simply with the possibility to get a simple answer.
I have 4 drop down list. first list is ALL, feed, treats, equipment. second is ALL, chickens, dogs, cats. Third is jan, feb, mar, ....... 4th is 2022, 2023, 2024, ......... on another sheet i have cells with list for each, type, animals, date. I created a sumifs that works for each item individually. But i have not figured out a way to do the ALL for any list.
Is there a way to redifne the word all? meaning all will sum all of the words in another table. Hopefully i explained it well.
Ok so if that is not possible or understandable, here is the next possible solution i see. I could not figure out a way to add the If infront of the Sumifs.
here is the working one
Excel Formula:
=SUMIFS(Bought!G2:Bought!G332, Bought!I2:Bought!I332, ">="&'Date sheet'!I1, Bought!I2:Bought!I332, "<="&'Date sheet'!J1, Bought!C2:Bought!C332, B5, Bought!A2:Bought!A332, B4)
B4 is the type list
b5 is the animal list
I feel like i am having a hard time explaing it well.