G Guest Nov 19, 2007 #1 What is the formula to combine a2 and b2 to display in c2 A2 = First Name B2 = Last Name C2 = formated Full Name
What is the formula to combine a2 and b2 to display in c2 A2 = First Name B2 = Last Name C2 = formated Full Name
R Ron Coderre Nov 19, 2007 #2 Try this: C2: =A2&" "&B2 Does that help? -------------------------- Regards, Ron (XL2003, Win XP) Microsoft MVP (Excel)
Try this: C2: =A2&" "&B2 Does that help? -------------------------- Regards, Ron (XL2003, Win XP) Microsoft MVP (Excel)
R Ron Coderre Nov 19, 2007 #4 You're welcome, Mark.......I'm glad I could help. -------------------------- Regards, Ron (XL2003, Win XP) Microsoft MVP (Excel)
You're welcome, Mark.......I'm glad I could help. -------------------------- Regards, Ron (XL2003, Win XP) Microsoft MVP (Excel)