Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I have a program and I want my user be able to look up a famyli name
instead of the whole name, I mean: A B Vazques Mota Frnacisco 1 Barrios Medina Alejandro 2 Concepción Báustegui Antonio 3 Andres Gustamante Berenice 4 Medina Arroyos Fernando 5 ................ ... 1. I want that the user put Vazques and returns the number 1 value 2. I think this question is a difficult one, but ¿What about if the user made a mistake and instead of Vazques he puts Vasques, There could be somehow the computer find the name??? TIA |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The first part, it is not difficult. You have all three names in one cell.
FIrst take the data from column B and move it to column D. Next select column A and pull-down Data Text to Columns... and use the space as the separator. This will take the names from column A and split them into columns A, B, and C. Since the family name is alone in column A, you can use the VLOOKUP() function to find it. I don't know how to solve the problem of mis-spellings. -- Gary''s Student "filo666" wrote: Hi, I have a program and I want my user be able to look up a famyli name instead of the whole name, I mean: A B Vazques Mota Frnacisco 1 Barrios Medina Alejandro 2 Concepción Báustegui Antonio 3 Andres Gustamante Berenice 4 Medina Arroyos Fernando 5 ............... ... 1. I want that the user put Vazques and returns the number 1 value 2. I think this question is a difficult one, but ¿What about if the user made a mistake and instead of Vazques he puts Vasques, There could be somehow the computer find the name??? TIA |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate values in an unlimited range of cells in a column WITHOUTalso calculating values that had previously been filtered AGAINST? | Excel Discussion (Misc queries) | |||
Exclude #N/A values and Return Numeric values to consecutive cells in Single Row | Excel Worksheet Functions | |||
find values in multiple cells and paste row values | Excel Discussion (Misc queries) | |||
average values in non-contiguous cells, ignoring 0 values | Excel Worksheet Functions | |||
conditional formating cells i Excel based on other cells values | Excel Worksheet Functions |