Countifs with ranges from different docs
Hi,
I have this formula: =COUNTIF({Smartsheet - Master Data - National (Atten Range 1}, [Email Address]1)
I would like to add an additional range from a different doc to look at the same thing - email address.
Do I use the countifs and just add the 2nd range right after the first one ? Thank you!!
Answers
-
CountIfs are used to add extra filters to your selection. I would just add two together (or at least that is what I do).
-
Yeah what @Javier Arbelaez stated.
=COUNTIF({Sheet1/Range1}, [Email Address]1)+COUNTIF({Sheet2/Range1}, [Email Address]1)
-
Thank you so much!
-
@John Jonassen Thank you so much for including the exact formula!