Question about formula or marco

  • Thread starter Thread starter Gus Jae
  • Start date Start date
G

Gus Jae

Hi all,
Here is what I need to do:
Column B will have a list of first names (John), Column C will have last
names (Smith).
What kind of formula or macro do I need so that I can have Column A read
"jsmith" (all lower case)?
Any ideas?
Thanks very much.
 
Hi Gus,

Try:

A1: =LOWER(LEFT(B1,1)&LOWER(C1))

Drag A1 down as far as needed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

why won't text-to-columns work here? 6
moving rows to another sheet 3
Excel Comparing two columns 1
Help with ISNUMBER formula 2
Vlookup or similar 7
VLOOKUP formula? 12
SUMPRODUCT help 2
COUNTIFS with No Criteria 1

Back
Top