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
-
-
What do you get when you use them both individually?
-
-
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
- 66.7K Get Help
- 436 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 508 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!