Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
SkipFlorida
 
Posts: n/a
Default operations on entire column

I need to eliminate the first two of four digits for each entry in an entire
column. Can this be done through a math or other manipulation?
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default operations on entire column

Assuming your data is in column A, you can insert a column (or use a
blank column) and enter this formula:
=MID(A1,3,2)
Then copy and paste that formula down so it considers the remaining
cells in the column. The formula assumes that each entry has only 4
characters.

  #3   Report Post  
Posted to microsoft.public.excel.misc
ShaunR1967
 
Posts: n/a
Default operations on entire column

You might try splitting the cells, setting it up to separate between the 2nd
and 3rd digit, then delete the unwanted column.

"SkipFlorida" wrote:

I need to eliminate the first two of four digits for each entry in an entire
column. Can this be done through a math or other manipulation?

  #4   Report Post  
Posted to microsoft.public.excel.misc
Ken Wright
 
Posts: n/a
Default operations on entire column

Every cell is 4 characters right?

Select Column, do Data / text to columns / fixed width / insert break after
2nd character, hit next, click on first column and choose 'do not import
column'.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

------------------------------*------------------------------*----------------
It's easier to beg forgiveness than ask permission :-)
------------------------------*------------------------------*----------------



"SkipFlorida" wrote in message
...
I need to eliminate the first two of four digits for each entry in an
entire
column. Can this be done through a math or other manipulation?



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
Need to Improve Code Copying/Pasting Between Workbooks David Excel Discussion (Misc queries) 1 January 6th 06 03:56 AM
Positioning Numeric Values Resulting from 6 Column Array Formula Sam via OfficeKB.com Excel Worksheet Functions 2 January 5th 06 02:03 AM
How can I sort one column and have the entire row sort. (binding) Blue Excel Worksheet Functions 10 November 13th 05 07:09 PM
creating a bar graph Johnfli Excel Discussion (Misc queries) 0 October 26th 05 08:16 PM
Copy one cell to entire column Tom Excel Discussion (Misc queries) 6 April 27th 05 11:39 PM


All times are GMT +1. The time now is 11:45 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"