Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have 2 columns first name and last name...trying to merge both colums to have first letter of first name and last name: A B John Doe Dallas Smith I want to have jdoe and dsmith. Please help! Paul |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
=lower(left(A2, 1) & B2)
"Paul" wrote in message ... Hello, I have 2 columns first name and last name...trying to merge both colums to have first letter of first name and last name: A B John Doe Dallas Smith I want to have jdoe and dsmith. Please help! Paul |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Real Newbie newbie question | New Users to Excel | |||
Newbie question | Excel Discussion (Misc queries) | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
Newbie Question | Excel Programming | |||
Newbie With A Question | Excel Worksheet Functions |