I have a list of values in a named range and I want to count each of their occurrences in another range with text added to the end of it.
For example, the named range contains the value "L, E, & N". I want to find the amount of times those values appear in another range with "-FAL" or "-SAL" appended to them.
e.g L-FAL, E-SAL, N-FAL.
Is it possible to do this without creating a UDF?
For example, the named range contains the value "L, E, & N". I want to find the amount of times those values appear in another range with "-FAL" or "-SAL" appended to them.
e.g L-FAL, E-SAL, N-FAL.
Is it possible to do this without creating a UDF?