Hi
I have two worksheets, one that has a list of hostnames and one that is a list of closed platforms
In the Platforms worksheet if I enter the formula =countif(Hostnames!a:a,A2&"*") this will look for the characters "FRED" in the Hostname sheet and in this case return the value of 3
However, I really need to do the reverse, as in if HOSTNAME starts with the characters in the Platform sheet/array, then flag it as "ready for decommission"
Ideas welcome on how best to do it?
Hostnames (Col A) Platforms (Col A) Count (Col B)
FRED FRED 3
FRED123 MARY 2
FRED567
MARY
MARYABC
Many thanks in advance
regards, Ian
I have two worksheets, one that has a list of hostnames and one that is a list of closed platforms
In the Platforms worksheet if I enter the formula =countif(Hostnames!a:a,A2&"*") this will look for the characters "FRED" in the Hostname sheet and in this case return the value of 3
However, I really need to do the reverse, as in if HOSTNAME starts with the characters in the Platform sheet/array, then flag it as "ready for decommission"
Ideas welcome on how best to do it?
Hostnames (Col A) Platforms (Col A) Count (Col B)
FRED FRED 3
FRED123 MARY 2
FRED567
MARY
MARYABC
Many thanks in advance
regards, Ian