Hello Community !
i'm working on a formula to count how many machine of a brand have been sold. so i start with :
=COUNTIFS(Brand:Brand, "YANMAR", [NEW OU USED]:[NEW OU USED], "New")
this formula is working well.
But i want to add specific conditons to my formula and this is where it's not working when i'm writing it. Can you help :
To be count it need to be :
- New ( from column NEW OU USED)
- Yanmar ( from column Brand)
- "Current "or "in order" ( from my status column)
- and between a range of date, between nov 1 2022 to 31th october 2023 ( from my Date column)
Can you help me please.
thanks a lot.