#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Format Percentage

All:

I need the user to type in the percentage as: one dot two three % (1.23%)
and the cell should show 1.23% but for calculations it should use 0.0123 -
can I do this in custom formatting? Thank you.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 284
Default Format Percentage

hmaze

Formate the cell as a percentage BEFORE you have the data entered and it
will do what you want.

FormatecellpercentageOK

Mike Rogers

"hmaze" wrote:

All:

I need the user to type in the percentage as: one dot two three % (1.23%)
and the cell should show 1.23% but for calculations it should use 0.0123 -
can I do this in custom formatting? Thank you.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Format Percentage

Mike - followed your instructions, however, when I type 1.23 in after
pre-formatting the cell, it shows as 123.00%

"Mike Rogers" wrote:

hmaze

Formate the cell as a percentage BEFORE you have the data entered and it
will do what you want.

FormatecellpercentageOK

Mike Rogers

"hmaze" wrote:

All:

I need the user to type in the percentage as: one dot two three % (1.23%)
and the cell should show 1.23% but for calculations it should use 0.0123 -
can I do this in custom formatting? Thank you.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default Format Percentage

If you format the cells as Percent:

<format<cells<number tab
Category: Percentage

....or...
Ctrl+Shift+%....(the keyboard shortcut)

then, what you're describing is Excel's default behavior.

Example:
Select A1
Ctrl+Shift+%
Enter 1.23..Press Enter......cell displays as 1.23%
B1: =A1*1......displays 0.0123

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)



"hmaze" wrote in message
...
All:

I need the user to type in the percentage as: one dot two three % (1.23%)
and the cell should show 1.23% but for calculations it should use 0.0123 -
can I do this in custom formatting? Thank you.



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Format Percentage

Ron, I followed your and Mike's instructions however, the cell will read
123.00% - is there an option I have to change somewhere (using Excel 2003)

"Ron Coderre" wrote:

If you format the cells as Percent:

<format<cells<number tab
Category: Percentage

....or...
Ctrl+Shift+%....(the keyboard shortcut)

then, what you're describing is Excel's default behavior.

Example:
Select A1
Ctrl+Shift+%
Enter 1.23..Press Enter......cell displays as 1.23%
B1: =A1*1......displays 0.0123

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)



"hmaze" wrote in message
...
All:

I need the user to type in the percentage as: one dot two three % (1.23%)
and the cell should show 1.23% but for calculations it should use 0.0123 -
can I do this in custom formatting? Thank you.






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default Format Percentage

It sounds like you have "fixed decimal places" engaged

Try this:
From the Excel Main Menu:
<tools<options<edit tab...UNcheck: Fixed Decimal Places.

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"hmaze" wrote in message
...
Ron, I followed your and Mike's instructions however, the cell will read
123.00% - is there an option I have to change somewhere (using Excel 2003)

"Ron Coderre" wrote:

If you format the cells as Percent:

<format<cells<number tab
Category: Percentage

....or...
Ctrl+Shift+%....(the keyboard shortcut)

then, what you're describing is Excel's default behavior.

Example:
Select A1
Ctrl+Shift+%
Enter 1.23..Press Enter......cell displays as 1.23%
B1: =A1*1......displays 0.0123

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)



"hmaze" wrote in message
...
All:

I need the user to type in the percentage as: one dot two three %
(1.23%)
and the cell should show 1.23% but for calculations it should use
0.0123 -
can I do this in custom formatting? Thank you.






  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 13
Default Format Percentage

'Fixed Decimal Places' was already unchecked, I made sure and un/checked it a
few times. Any other suggestions? Appreciate the help and time.

"Ron Coderre" wrote:

It sounds like you have "fixed decimal places" engaged

Try this:
From the Excel Main Menu:
<tools<options<edit tab...UNcheck: Fixed Decimal Places.

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"hmaze" wrote in message
...
Ron, I followed your and Mike's instructions however, the cell will read
123.00% - is there an option I have to change somewhere (using Excel 2003)

"Ron Coderre" wrote:

If you format the cells as Percent:

<format<cells<number tab
Category: Percentage

....or...
Ctrl+Shift+%....(the keyboard shortcut)

then, what you're describing is Excel's default behavior.

Example:
Select A1
Ctrl+Shift+%
Enter 1.23..Press Enter......cell displays as 1.23%
B1: =A1*1......displays 0.0123

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)



"hmaze" wrote in message
...
All:

I need the user to type in the percentage as: one dot two three %
(1.23%)
and the cell should show 1.23% but for calculations it should use
0.0123 -
can I do this in custom formatting? Thank you.






  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default Format Percentage

Tools/ Options/ Edit:
Enable automatic percent entry.

[Otherwise, try entering 1.23% instead of just 1.23]
--
David Biddulph

"hmaze" wrote in message
...
'Fixed Decimal Places' was already unchecked, I made sure and un/checked
it a
few times. Any other suggestions? Appreciate the help and time.

"Ron Coderre" wrote:

It sounds like you have "fixed decimal places" engaged

Try this:
From the Excel Main Menu:
<tools<options<edit tab...UNcheck: Fixed Decimal Places.

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"hmaze" wrote in message
...
Ron, I followed your and Mike's instructions however, the cell will
read
123.00% - is there an option I have to change somewhere (using Excel
2003)

"Ron Coderre" wrote:

If you format the cells as Percent:

<format<cells<number tab
Category: Percentage

....or...
Ctrl+Shift+%....(the keyboard shortcut)

then, what you're describing is Excel's default behavior.

Example:
Select A1
Ctrl+Shift+%
Enter 1.23..Press Enter......cell displays as 1.23%
B1: =A1*1......displays 0.0123

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)



"hmaze" wrote in message
...
All:

I need the user to type in the percentage as: one dot two three %
(1.23%)
and the cell should show 1.23% but for calculations it should use
0.0123 -
can I do this in custom formatting? Thank you.








Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
FORMAT PERCENTAGE IN INDEX CELL? Ladybug726 New Users to Excel 1 November 20th 05 05:09 AM
Format percentage as a decimal BSAT Student Excel Discussion (Misc queries) 2 October 20th 05 09:48 PM
negative percentage in parenthetical format Dana Excel Worksheet Functions 1 October 19th 05 11:09 PM
Percentage format Randy New Users to Excel 2 May 11th 05 05:06 PM
Percentage format f16pilot Excel Worksheet Functions 3 October 29th 04 09:47 PM


All times are GMT +1. The time now is 01:17 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"