Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default I HAVE AN EXCEL FILE 3 COLUMNS , WHICH I HAVE TO ADD ON THE THIRD

I have to add a 0 in some of the numbers that are on the third column example
K10-01 should read K010-01 so that when i put them in order by number thay
will fall in the right order. is there an easy way to do this or do i have to
go change them one by one? remember these are cd's so i have to keep each
line together all columns must correspond. please help. thank you
rosy
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default I HAVE AN EXCEL FILE 3 COLUMNS , WHICH I HAVE TO ADD ON THE THIRD

If "K" only appears in position one, you can
select your column
edit
find
replace

then for "find" you type K
and for "replace" you type K0

then replace all

If you don't highlight the column it will add a zero after every K in your
whole spreadsheet.


"rosygucci" wrote:

I have to add a 0 in some of the numbers that are on the third column example
K10-01 should read K010-01 so that when i put them in order by number thay
will fall in the right order. is there an easy way to do this or do i have to
go change them one by one? remember these are cd's so i have to keep each
line together all columns must correspond. please help. thank you
rosy

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,942
Default I HAVE AN EXCEL FILE 3 COLUMNS , WHICH I HAVE TO ADD ON THE THIRD

hi,
this might work for you...
=MID(C4,1,1) & "0" & MID(C4,2,5)
change to fit your data.
look up the mid function in help.
put the formula in a helper column to add the zero. you can then copy the
formula and pastespecial values in the c column to get hard numgers.

regards
FSt1

"rosygucci" wrote:

I have to add a 0 in some of the numbers that are on the third column example
K10-01 should read K010-01 so that when i put them in order by number thay
will fall in the right order. is there an easy way to do this or do i have to
go change them one by one? remember these are cd's so i have to keep each
line together all columns must correspond. please help. thank you
rosy

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default I HAVE AN EXCEL FILE 3 COLUMNS , WHICH I HAVE TO ADD ON THE TH

I tried this thank you, but because my information is for example KF100-01
and the ones i want to change are KF1-01 to read KF001-01 when i put the find
item it gives me all the items that start with KF1 (including the KF100-01
and it ads the 0 before the 100-01 so it reads kf0100-01 not the way i need
it to read. the cd are supposed to be numbered KF001-01-02-03 etc.
KF002-01-02-03 etc. not KF2-01 KF3-01 get the picture? i really appreciate
your help on this thank you very much it would make my life a lot
easier...thanks again


"Ms. J" wrote:

If "K" only appears in position one, you can
select your column
edit
find
replace

then for "find" you type K
and for "replace" you type K0

then replace all

If you don't highlight the column it will add a zero after every K in your
whole spreadsheet.


"rosygucci" wrote:

I have to add a 0 in some of the numbers that are on the third column example
K10-01 should read K010-01 so that when i put them in order by number thay
will fall in the right order. is there an easy way to do this or do i have to
go change them one by one? remember these are cd's so i have to keep each
line together all columns must correspond. please help. thank you
rosy

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default I HAVE AN EXCEL FILE 3 COLUMNS , WHICH I HAVE TO ADD ON THE TH

thank you for your reply , but i can't understand what to do...sorry


"FSt1" wrote:

hi,
this might work for you...
=MID(C4,1,1) & "0" & MID(C4,2,5)
change to fit your data.
look up the mid function in help.
put the formula in a helper column to add the zero. you can then copy the
formula and pastespecial values in the c column to get hard numgers.

regards
FSt1

"rosygucci" wrote:

I have to add a 0 in some of the numbers that are on the third column example
K10-01 should read K010-01 so that when i put them in order by number thay
will fall in the right order. is there an easy way to do this or do i have to
go change them one by one? remember these are cd's so i have to keep each
line together all columns must correspond. please help. thank you
rosy

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Save Excel file with certain columns with fixed width Vijay Kotian Excel Discussion (Misc queries) 3 March 13th 07 01:48 PM
How can I import a csv file with over 256 columns into Excel? [email protected] Excel Discussion (Misc queries) 3 December 2nd 06 02:05 AM
Displaying CSV file in columns? Terry Pinnell Excel Discussion (Misc queries) 2 October 8th 06 06:10 AM
Sorting Columns on HTML file created in Excel Terri and Rob Excel Discussion (Misc queries) 2 December 4th 05 03:06 AM
.csv file Text to Columns Duane L Kibby Excel Worksheet Functions 1 April 29th 05 12:29 AM


All times are GMT +1. The time now is 07:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"