Comparing Channel List

Closed
C_Gaf Posts 2 Registration date Sunday 16 September 2012 Status Member Last seen 17 September 2012 - 16 Sep 2012 à 19:58
C_Gaf Posts 2 Registration date Sunday 16 September 2012 Status Member Last seen 17 September 2012 - 17 Sep 2012 à 11:23
Hello,

I have a full channel list for my area with channel names and channel #s, and than I have a channel list of what I receive in my package with channel names but no channel #s.

I would like to somehow compare the two in a way that my finished product is my package channels with the designated channel #s beside them.

=IF(ISERROR(MATCH(A1,$C$1:$C$248,0)),"",A1)

I tried this formula to compare the two lists but some of the channel names differ between the lists for some reason so it skips over a few. They are the same channels but the two lists list them differently (ex. American Movie Classics & American Movie Classics (AMC))

Is there an easy way to figure this out or at least some sort of formula that will help me narrow my list down. My package list has 248 channels and the main list has over 800...I'd rather not go through one by one and delete.

Thank you if you can help

2 responses

Mehedad Posts 22 Registration date Thursday 19 April 2012 Status Member Last seen 16 April 2013 3
17 Sep 2012 à 04:23
There are several solutions for that: You can apply the 'Vlookup' formula
=VLOOKUP(A2,C:C,2,TRUE)
[Use "FALSE" instead of "TRUE" for exact matches to be found]

This will give you the channel numbers in the adjacent column if the names are almost the same.

Also, in the Match Function, you are using "" (zero) which is done for an exact match. Try changing it to "1" instead of "0".

There is another solution if the list has same number of entries. But either of the above two should work.
C_Gaf Posts 2 Registration date Sunday 16 September 2012 Status Member Last seen 17 September 2012
17 Sep 2012 à 11:23
Thanks, Adding the "1" did the trick...I still have to sort few a bunch but it got rid of a good 6-700