COUNTM for 2 Ranges

Hi,
How can I count a total of values, in 2 diferent columns that are in 2 deiferent sheets?
I need something like this..
=COUNTM({Range 1} AND({Range 2})
Thank you!
Best Answer
-
And it only outputs 1 when you use
=COUNTM({range 1}) + COUNTM({Range 2})
?
That is odd. What about this?
=SUM(COUNTM({1st Sheet}), COUNTM({2nd Sheet}))
Answers
-
@A Rose If you can get COUNTM to work separately for both ranges, why not just put a plus sign between them?
=COUNTM ({range 1}) + COUNTM({Range 2})
dm
-
-
-
-
And it only outputs 1 when you use
=COUNTM({range 1}) + COUNTM({Range 2})
?
That is odd. What about this?
=SUM(COUNTM({1st Sheet}), COUNTM({2nd Sheet}))
-
Hi @Paul Newcome ,
Yes, even if I just copied your exact formula: =COUNTM({range 1}) + COUNTM({Range 2}) into a cell, it says 2!
But your second formula showed the correct numbers!
Thank you so much!
-
Hi @Paul Newcome ,
Update, I guess when I copied your formula the first time I didn't change the formula to the correct reference which caused the "2" to show up, but now I tried again and it worked! both work!
Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!