Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
How do I apply the general number format "0.00" to the selection using
shortcut keys? Can't find it via the help feature. Thanks. Epinn |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi Eppin,
There is the 'increase decimal' and 'decrease decimal' buttons on the formatting Toolbar. HTH Martin |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
CTRL-1 is the shortcut for format cells, but you would still have to
click the Number tab and click OK for 2 decimal places. General format does not only apply to numbers. Hope this helps. Pete Epinn wrote: How do I apply the general number format "0.00" to the selection using shortcut keys? Can't find it via the help feature. Thanks. Epinn |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Thank you both for your response. I guess I wasn't too clear.
I am hoping to find the shortcut to change 12345 to 123.45 and not to 12345.00. I want something similar to ctrl+shift+# changing the date 8/10/06 to dd-mmm(Aug)-yy. If I have a whole bunch of cells that I need to set the format, I know I can go to toolsoptionseditfixed decimal places and set it to 2. I am thinking of changing one or two cells casually. Your suggestions are well taken. Epinn "Pete_UK" wrote in message ups.com... CTRL-1 is the shortcut for format cells, but you would still have to click the Number tab and click OK for 2 decimal places. General format does not only apply to numbers. Hope this helps. Pete Epinn wrote: How do I apply the general number format "0.00" to the selection using shortcut keys? Can't find it via the help feature. Thanks. Epinn |
#5
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
ctrl+shift+# puts it back to generla dopwsn't it ?
anyway you actuall want to change the data, ie from 12345 to 123.45 you'll have to divide all by 100, then format to 2 dec places dividing by 100 is easy put 100 in a temp cell copy this, select the celss you want to divide by 100 paste special, select divide Steve On Thu, 10 Aug 2006 17:11:56 +0100, Epinn wrote: Thank you both for your response. I guess I wasn't too clear. I am hoping to find the shortcut to change 12345 to 123.45 and not to 12345.00. I want something similar to ctrl+shift+# changing the date 8/10/06 to dd-mmm(Aug)-yy. If I have a whole bunch of cells that I need to set the format, I know I can go to toolsoptionseditfixed decimal places and set it to 2. I am thinking of changing one or two cells casually. Your suggestions are well taken. Epinn "Pete_UK" wrote in message ups.com... CTRL-1 is the shortcut for format cells, but you would still have to click the Number tab and click OK for 2 decimal places. General format does not only apply to numbers. Hope this helps. Pete Epinn wrote: How do I apply the general number format "0.00" to the selection using shortcut keys? Can't find it via the help feature. Thanks. Epinn -- Steve (3) |
#6
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I know of no shortcut key method for this.
You can add this macro and give it a shortcut key. Sub divide() Dim cel As Range For Each cel In Selection cel.Value = cel.Value / 100 Next cel End Sub Gord Dibben MS Excel MVP On Thu, 10 Aug 2006 12:11:56 -0400, "Epinn" wrote: Thank you both for your response. I guess I wasn't too clear. I am hoping to find the shortcut to change 12345 to 123.45 and not to 12345.00. I want something similar to ctrl+shift+# changing the date 8/10/06 to dd-mmm(Aug)-yy. If I have a whole bunch of cells that I need to set the format, I know I can go to toolsoptionseditfixed decimal places and set it to 2. I am thinking of changing one or two cells casually. Your suggestions are well taken. Epinn "Pete_UK" wrote in message oups.com... CTRL-1 is the shortcut for format cells, but you would still have to click the Number tab and click OK for 2 decimal places. General format does not only apply to numbers. Hope this helps. Pete Epinn wrote: How do I apply the general number format "0.00" to the selection using shortcut keys? Can't find it via the help feature. Thanks. Epinn |
#7
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Well accountants seem able to use
Tools, Options, Edit, Fixed decimal: 2 most of us happen upon this option, think it didn't do anything and then find a couple of days later that all entered numbers are wrong. And then turn off the option and are very careful not to use it again. I would go for the macro applied selectively already supplied. --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "Epinn" wrotel... Thank you both for your response. I guess I wasn't too clear. I am hoping to find the shortcut to change 12345 to 123.45 and not to 12345.00. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable CUT via toolbars or shortcut keys | Excel Discussion (Misc queries) | |||
Shortcut Keys -- quick find | Excel Discussion (Misc queries) | |||
Deactivate shortcut keys in excel.. | Excel Discussion (Misc queries) | |||
In Word the shortcut keys to change from UC to LC is shift F3.... | Excel Discussion (Misc queries) | |||
How to make [toggling] shortcut keys to superscript and subscript, respectively? | Excel Discussion (Misc queries) |