My spreadsheet consists of:
column A: single numbers or letters from 1-10 and a-j
column B: first-name sp last-name. (Abe Lincoln, George Washington, etc)
column f: single numbers or letters
column g: return last name only.
how can I combine both following formulas to yield the last name only in column G. (Lincoln, Washington)
<colgroup><col width="55"></colgroup><tbody>
[TD="class: xl82, width: 55"]=trim(RIGHT(B1,LEN(B1)SEARCH("",B1,SEARCH(" ",B11)+1)))
AND
=INDEX(B1:B11,MATCH(F1,LEFT(A1:A11,5),0),2)
Thanks
[/TD]
</tbody>
column A: single numbers or letters from 1-10 and a-j
column B: first-name sp last-name. (Abe Lincoln, George Washington, etc)
column f: single numbers or letters
column g: return last name only.
how can I combine both following formulas to yield the last name only in column G. (Lincoln, Washington)
<colgroup><col width="55"></colgroup><tbody>
[TD="class: xl82, width: 55"]=trim(RIGHT(B1,LEN(B1)SEARCH("",B1,SEARCH(" ",B11)+1)))
AND
=INDEX(B1:B11,MATCH(F1,LEFT(A1:A11,5),0),2)
Thanks
[/TD]
</tbody>