G Guest Nov 28, 2005 #1 how do i get the decimal point to enter automatic when i enter 123 and i want 1.23 without entering the decimal point manualy?
how do i get the decimal point to enter automatic when i enter 123 and i want 1.23 without entering the decimal point manualy?
C Chip Pearson Nov 28, 2005 #2 Go to the Tools menu, choose Options, then the Edit tab. There, check the "Fixed decimal" option and enter 2 for the number of places. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com
Go to the Tools menu, choose Options, then the Edit tab. There, check the "Fixed decimal" option and enter 2 for the number of places. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com
P Peo Sjoblom Nov 28, 2005 #3 Tools>options>edit and fixed decimal, set it to 2 don't forget to turn it off afterwards
G Guest Nov 29, 2005 #4 Thanks, When I want to go to whole numbers, 123 do I have to go back to tools, options, edit and remove the fixed decimal check?
Thanks, When I want to go to whole numbers, 123 do I have to go back to tools, options, edit and remove the fixed decimal check?
G Guest Nov 29, 2005 #5 Thanks, when I want to go back to whole numbers do I need to go back to tools, options, edit and remove the fixed decimal check?
Thanks, when I want to go back to whole numbers do I need to go back to tools, options, edit and remove the fixed decimal check?
G Gord Dibben Nov 29, 2005 #6 Yes. You could leave that Fixed Decimal Places unchecked and use sheet event code to divide your entries by 100 as you enter them. Gord Dibben Excel MVP
Yes. You could leave that Fixed Decimal Places unchecked and use sheet event code to divide your entries by 100 as you enter them. Gord Dibben Excel MVP