Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a worksheet that I need to transform to a fixed width file. Current data set includes: 10 -25.2 25.33 etc. I need to convert the . to , and then ensure it is in the following format: +0000000010,0000000 -0000000025,2000000 currently, I am using loop to review every row ie. if sign(activecell)<0 then "-" else "+" but I'm stuck on the 0 padding and 0 padding at the end. Any help will be greatly appreciated. -- kwiklearner ------------------------------------------------------------------------ kwiklearner's Profile: http://www.excelforum.com/member.php...o&userid=31909 View this thread: http://www.excelforum.com/showthread...hreadid=521908 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting an Excel file to Fixed Width | Excel Discussion (Misc queries) | |||
Formatting a .txt file / fixed width | Excel Discussion (Misc queries) | |||
Export to fixed width text file | Excel Discussion (Misc queries) | |||
Import *.asc file into excel fixed width | Excel Programming | |||
Fixed Width - Opening Certain Fixed Width Files | Excel Programming |