M
Matt
I'm trying to count a specific occurance across multiple
sheets. My cell range stays constant over the sheets.
How do I define this sheet range?
For cells M6:M20, I'm looking for the occurance of LC in
sheets 1,2,3,4,5,6
COUNTIF('sheet 1'!M6:M20,"LC") will look at sheet 1
only. How do I rewrite so that it'll look across all the
sheets?
sheets. My cell range stays constant over the sheets.
How do I define this sheet range?
For cells M6:M20, I'm looking for the occurance of LC in
sheets 1,2,3,4,5,6
COUNTIF('sheet 1'!M6:M20,"LC") will look at sheet 1
only. How do I rewrite so that it'll look across all the
sheets?