Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi.
I have a large spreadsheet where I have listed System number vertically and horisontally in a Matrix. What I want to do is to identify / mark which record in the vertical listing of these system numbers that are listed in column C (Links) Starting in Column D1 I have used the following function and copied it across the matrix : =IF(ISNUMBER(SEARCH(D$1,$C2)),"Yes","") The spreadsheet looks like this: A B C D E F "System" "Description" "Links" 45761 71203 72203 .......etc etc 71203 Text1 22377;45761 Yes 48958 Text2 871203 Yes 65321 Text3 92458;87203 Yes etc etc The first "Yes" is OK because the links columns actually has the numbers "45761" in the links column. However the next 2 "Yes" are erroneous because the function return a true value due to the fact that the links listed for these records contain these last 5 digits as part of the links numbers listed there and so they return a "Yes" in these columns. I want to eliminate the last two "Yes" through a revised function but I can't seem to find one that that will do this for me. I have tried including Exact and various others in the above function formula but that doesn't work either. Anyone got a solution for this ?? -- The Oilman |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Text strings from a variable string | New Users to Excel | |||
Extract a number from a variable text string | Excel Discussion (Misc queries) | |||
find a variable text string | Excel Discussion (Misc queries) | |||
variable text value within string formula required to sum column | Excel Worksheet Functions | |||
Counting every unique text string in a column | Excel Worksheet Functions |