Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to cross reference several sheets of data to be sure that the
proper numbers are pulled back to my main sheet. The only common column that exists is name, however, some have the name as "Smith, John" and some as "Smith, John;Smith, Mary" My current if(isna(vlookup) attempt seems to work for rows where there is only 1 person (no ;Smith, Mary) it does not find data if there are 2 names. I can't figure out how to match up on the second name. Any suggestions? Currently my formula looks like this =if(isna(vlookup(Mainsheetcolumn1entry!A5,Secondar yworksheetrangeD$2:1$300,6,false)),0,vlookup(Mains heetcolumn1entry!A5,SecondaryworksheetrangeD$2:1$3 00,6,false)) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find value between range & return text | Excel Worksheet Functions | |||
Formula to return the reference of a range of cells | Excel Discussion (Misc queries) | |||
Return A Range of All Cells With Links | Excel Worksheet Functions | |||
lookup and return range of cells | Excel Worksheet Functions | |||
How do I return the highest value in a range of cells | Excel Worksheet Functions |