KyleMcCarthy
New Member
- Joined
- Mar 29, 2019
- Messages
- 2
Hello,
I have the following COUNTIF that works well, but recently realized it's not useful given there are duplicates, thus throwing off my numbers.
=COUNTIF($A$1:$X$145, "*"&A213&"*")
I have a table of text spanning from A1 through X145 of server names. Given the server, the exact name could show up multiple times.
The problem is as follows:
I have a server named ABCLOG, that on it's own, shows up seven times. But then I have another server named ABCLOGOffsite that shows up 3 times, and another server named ABCLOGWarmsite that shows up three times.
The goal is to have each server's EXACT name display the amount of times it shows up. However, when I do it, ABCLOG returns a number of 13 instead of seven.
I have the following COUNTIF that works well, but recently realized it's not useful given there are duplicates, thus throwing off my numbers.
=COUNTIF($A$1:$X$145, "*"&A213&"*")
I have a table of text spanning from A1 through X145 of server names. Given the server, the exact name could show up multiple times.
The problem is as follows:
I have a server named ABCLOG, that on it's own, shows up seven times. But then I have another server named ABCLOGOffsite that shows up 3 times, and another server named ABCLOGWarmsite that shows up three times.
The goal is to have each server's EXACT name display the amount of times it shows up. However, when I do it, ABCLOG returns a number of 13 instead of seven.