COUNTIFS with OR

Cristian
โญโญโญโญ
Hello
I need help using a countifs formula with or for multiple entries. Here's the formula I have:
=COUNTFIS({Sheet1 Range3}, "2024", {Sheet1 Range 1}, OR("Security1", Security2")
I need it to count the number of Security 1 and Security2 entries for 2024 year. Its not working so far.
Thanks
Best Answer
-
Nevermind I got it to work.
Thank you ๐
Answers
-
@Cristian It should be more like:
=COUNTFIS({Sheet1 Range3}, "2024", {Sheet1 Range 1}, OR(@cell="Security1", @cell=Security2"))
Matt Lynn
How can I help? Schedule some time on my calendar: CLICK HERE
-
It still doesn't work. Not sure why.
-
Nevermind I got it to work.
Thank you ๐
-
Cool
Help Article Resources
Categories
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!