Number display in formula bar

  • Thread starter Thread starter Otto Moehrbach
  • Start date Start date
O

Otto Moehrbach

Excel 2002, WinXP
In VBA I calculate a number as .32123. The code rounds that number to 3
places and puts the number in a cell that is formatted to Percentage.
The cell displays 32.0%.
But the formula bar displays 32%.
Question: Is there any way to get the formula bar to display the same as
the cell, 32.0% ?

Thanks for your help. Otto
 
You cannot format the formula bar. It displays what is really in the cell.
What you see in a cell itself can be formatted so is not necessarily the
same.

--
Jim Rech
Excel MVP
| Oops. The original number should be .320123. Otto
| | > Excel 2002, WinXP
| > In VBA I calculate a number as .32123. The code rounds that number to 3
| > places and puts the number in a cell that is formatted to Percentage.
| > The cell displays 32.0%.
| > But the formula bar displays 32%.
| > Question: Is there any way to get the formula bar to display the same
as
| > the cell, 32.0% ?
| >
| > Thanks for your help. Otto
| >
| >
|
|
 

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