Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi I need to convert a large spreadsheet with volumes of no.s set out in the
European format which separate 000s with a dot "." to the Uk format which separates this with commas e,g. 1,000. I need to do this in the same column/cells, not as a formula, i.e. not {sum=cell*1000}, and I've tried the find and replace function which doesn't work as it changes e.g. 10.000 to 10 Does anyone know how to do this? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Duplicate posting http://www.excelforum.com/showthread.php?t=531855 -- John James ------------------------------------------------------------------------ John James's Profile: http://www.excelforum.com/member.php...o&userid=32690 View this thread: http://www.excelforum.com/showthread...hreadid=531856 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() If your value is in cell j7 is 1.000, type the following formula =VALUE(CONCATENATE(J7,",","000")) Robo -- Robo ------------------------------------------------------------------------ Robo's Profile: http://www.excelforum.com/member.php...o&userid=12058 View this thread: http://www.excelforum.com/showthread...hreadid=531856 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I change "." to "," so e.g. 1.000 = 1,000 in the same colum | Excel Discussion (Misc queries) | |||
I Need a formula to evaluate a cell with + or - values | Excel Worksheet Functions | |||
Find function | Excel Worksheet Functions | |||
Find function | Excel Worksheet Functions | |||
When I change the style in column (a) a date, it also changes colu | Excel Discussion (Misc queries) |