Countifs Contains part with an identifier

Hello,
I'm trying to create a formula to count how many stores we have for a certain date based on the nomenclature of the store name.
I want to count stores that start with "W" example W001234 or W004566.
I also want to count stores that start with "R" Example RC00254 or RA00255
I had =countifs(Date:Date, =4/12/20), contains("W", Store number).
i know its wrong. lol
thanks in advance for the help.
Best Answer
-
=COUNTIFS(Date:Date, DATE(2020, 04, 12), [Store Number]:[Store Number], OR(LEFT(@cell) = "R", LEFT(@cell) = "W"))
Try something like that...
Answers
-
=COUNTIFS(Date:Date, DATE(2020, 04, 12), [Store Number]:[Store Number], OR(LEFT(@cell) = "R", LEFT(@cell) = "W"))
Try something like that...
-
YES!!! You did it again! thank you. I need to get a better understanding of these other formulas.
thank you for the help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!