text formula does not calculate

ScottNiag

Active Member
Joined
Sep 3, 2002
Messages
260
Hi.

I have a column of first names, all in uppercase. i.e. BRIAN I am trying to convert to capitalized first letter with lower case else. i.e. Brian. I created a new column next to the first name col (col b), and I entered the formula
=left(b3,1)

But after entering it, I don't see "B" in the cell, but the actual formula.

Any ideas?
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
ScottNiag said:
Hi.

I have a column of first names, all in uppercase. i.e. BRIAN I am trying to convert to capitalized first letter with lower case else. i.e. Brian. I created a new column next to the first name col (col b), and I entered the formula
=left(b3,1)

But after entering it, I don't see "B" in the cell, but the actual formula.

Any ideas?

=PROPER(B3)

If you still see the formula, go to Edit/Replace = with =
 
Upvote 0
just for info for others that maybe looking for answers to simillar problem, check the formating of the cell when entering the formula, sometimes in excel if the cell is formated to text and the formula entered, it will decide automatically for you that you were intending to type a text entry starting with = and will only display the formula and not the result.

to solve this set cell to general then enter formula and if needed then reset cell format to text
 
Upvote 0

Forum statistics

Threads
1,215,759
Messages
6,126,722
Members
449,332
Latest member
nokoloina

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top