Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
How can I sort one column and have the entire row sort. (binding) | Excel Worksheet Functions | |||
creating a bar graph | Excel Discussion (Misc queries) | |||
Copy one cell to entire column | Excel Discussion (Misc queries) |