Show the decimal point as( :) instead of (.)

rmtaylor

Board Regular
Joined
Feb 17, 2002
Messages
155
Hi
I have been trying without success to make a sheet I have been working on show the decimal point as :)) instead of (.) The best result I have managed is (.: )by entering (0. ":" 00) in the custom box in number formatting. I would be grateful if anyone can help as my efforts does not look very professional.
This message was edited by rmtaylor on 2002-04-21 01:07
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Chris

did you not check what i posted, i have no excel to test on quite yet but should work and will do the required results im sure. So oh! ok i side stepped Exel this once,,
 
Upvote 0
On 2002-04-21 11:49, Jack in the UK wrote:
Chris

did you not check what i posted, i have no excel to test on quite yet but should work and will do the required results im sure. So oh! ok i side stepped Exel this once,,

yeah, I was just commenting on the SUBSTITUTE method
 
Upvote 0
On 2002-04-21 14:18, Chris Davison wrote:
On 2002-04-21 11:49, Jack in the UK wrote:
Chris

did you not check what i posted, i have no excel to test on quite yet but should work and will do the required results im sure. So oh! ok i side stepped Exel this once,,

yeah, I was just commenting on the SUBSTITUTE method

I'm not very happy with the SUBSTITUTE method.

It requires bookkeeping: Which cell is a true number and Which cell is a true time value?

In A1 enter: 7.2
In B1 enter: =SUBSTITUTE(A1,".",":") [ just to complicate things a bit: right-justify B1 ]
In B2 enter: 3:02
In C1 enter: =B1+0
In D1 enter: =SUBSTITUTE(B1,":",".")+0
In D2 enter: =B1+B2

See if you come out of the above jungle.

I'd rather avoid this kind of "playing around" in a serious workbook.

The OP seems to be looking for a cosmetic formatting, not for a change in underlying data type. Maybe I'am wrong on this...

Aladin
 
Upvote 0

Forum statistics

Threads
1,214,388
Messages
6,119,229
Members
448,879
Latest member
VanGirl

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