![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Location: Scotland
Posts: 139
|
Hi
I have been trying without success to make a sheet I have been working on show the decimal point as ( [ This Message was edited by: rmtaylor on 2002-04-21 01:07 ] |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Posts: 3,064
|
erm soory to hear that, i fancy not allowuing Excel to solve this hy not windows...
Ok riginal setting in the control pannel ahs wonderful goodies to ply with. try under number tab these is a decimal setting to amend to : then click ok. caution stays until re set..... *MARKER DECIMAL POINT*
__________________
Free Excel based Web Toolbar available here. Jack in the UK J & R Excel Solutions "making Excel work for you" |
|
|
|
|
|
#3 |
|
BatCoder
Join Date: Feb 2002
Location: Turkey
Posts: 764
|
Say your source value in A1 includes (.):
=SUBSTITUTE(A1,".",":") What do you think? [ This Message was edited by: smozgur on 2002-04-21 05:06 ] [ This Message was edited by: smozgur on 2002-04-21 05:06 ] |
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Millbank, London, UK
Posts: 1,790
|
Smoz,
I was going to suggest that but try multiplying the result by 5 or something, it brings back a weird result |
|
|
|
|
|
#5 |
|
BatCoder
Join Date: Feb 2002
Location: Turkey
Posts: 764
|
Chris,
sure, this solution is just for viewing cell data required format, not for using the result in calculation. |
|
|
|
|
|
#6 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Millbank, London, UK
Posts: 1,790
|
true !
nice solution Smozgur |
|
|
|
|
|
#7 |
|
BatCoder
Join Date: Feb 2002
Location: Turkey
Posts: 764
|
Just like you thought Chris..
|
|
|
|
|
|
#8 |
|
BatCoder
Join Date: Feb 2002
Location: Turkey
Posts: 764
|
Chris,
If it is necessary to use that cell's original value reverse is possible: A1 => =25.14 A2 => =SUBSTITUTE(A1,".",":") A3 => =SUBSTITUTE(A2,":",".")*5 Yes? |
|
|
|
|
|
#9 |
|
BatCoder
Join Date: Feb 2002
Location: Turkey
Posts: 764
|
or to show A3 with (
A3 => =SUBSTITUTE(SUBSTITUTE(A2,":",".")*5,".",":") |
|
|
|
|
|
#10 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Millbank, London, UK
Posts: 1,790
|
Yes,
the *5 co-erces the text back into a number Chris |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|