Making a cell's contents lower case

  • Thread starter Thread starter KimberlyC
  • Start date Start date
K

KimberlyC

Hi,
I have a formula in cell A3 of my worksheet that references another range
on a worksheet in the workbook.
The formula is:
=FirstName

Is there something I can add to this formula to convert all caps to lower
case ....if the user types the first name in all caps in the cell
(FirstName - range) the formula is referencing?

Thanks in advance for your help!
Kimberly
 
Kimberly,

Yes, look up the LOWER function in Excel's help. Your formula would look
like:

=lower(FirstName)

As a sidenote, the PROPER function will convert text to proper case.
 
Kimberly

=Lower(FirstName). Use Proper to keep the first letter in each word
capitalized.

hth,

Doug
 

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

Back
Top