Dear Somendra,
Is possible to sophisticate solution in this manner: if it identify two given names in the same row which are also in the list, extract just from the first in the text?
B.R.
Luis
Yes, it worked for this example. But i am sure i wasn't enough clear with you guys. What i mentioned as "text as original" has variable length. So when i dropdown it doesn't work. Example:
Distribuidora Gaúcha de Energia José da Silva Filho
AES Tietê S/A Carlos José Filho
AES Uruguaiana...
Hi,
I would like to extract a given name and the surname from a text (a column of texts) using to compare a standard list of given names to identification (another column .
Example:
1. Text as original
Distribuidora Gaúcha de Energia José da Silva Filho
2. Given name and surname i want to...
Hi,
I would like to extract email from a list. The list was originally created in PDF (from a outside source which i dont have Word file) and copied it to a Excel workbook. That is a example from the list:
In cell A1 the following information altogether separated by comma. I changed the text i...
Hi,
My data set looks like this:
A B C
1 Joe New York
34 Mike Rio
453 James London
I need to mount a column like this in D:
D
1
JOE
NEW YORK
""
34
Mike
Rio
""
453
James
London
ps: "" is blank
Thanks in advance.
My data set is a row with personal data of students.
I would like to extract the name of student, but in this file the name comes together the field name like this: name: John Doe
I would like to extract all the names but removing the field name in the column A1. The rows which are blank...
Thanks very much to Hui, Deb, Sajan, but Narajan guess was what i needed. I edited this comment because i made a huge mistake in typing the formula. The formula is completely correct. Thanks Narajan.
Hi, my data set is like this:
A1
1
A
B
C
2
D
E
F
Repeatedly until 18 (the number obeys a constant difference of letters between the lines). Which formula can i use to extract just all the letters right below the number in that column A1?
Hi,
I need to sum 2 columns by each row. I would like a formula to store each sum in array form and right calculate the maximum result beetween array elements.
That is the example:
B1 C1
1 2
2 3
1 1
1 1
Array formula = (1+2;2+3;1+1;1+1)
Max = (5)
Thanks in...