Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a set of numbers, ex: 43441900 However, I only want to keep the 4
numbers in the middle (4419). How do I delete the 1st set of numbers (43) and the last set of numbers (00)? I need to copy this format in over 1000 rows. I need help quickly. I have to present a report to my boss as soon as possible. Version...Excel 2003 Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Are your numbers really numbers or are they text that look like numbers? I
ask because we need to know what is in the cell when the number has leading zeroes like this.... 00123456. Rick "Jac" wrote in message ... I have a set of numbers, ex: 43441900 However, I only want to keep the 4 numbers in the middle (4419). How do I delete the 1st set of numbers (43) and the last set of numbers (00)? I need to copy this format in over 1000 rows. I need help quickly. I have to present a report to my boss as soon as possible. Version...Excel 2003 Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If they are all 8 digit numbers, then =MID(A2,3,4) if you want the output as
text, or =--MID(A2,3,4) if you want a number. -- David Biddulph "Jac" wrote in message ... I have a set of numbers, ex: 43441900 However, I only want to keep the 4 numbers in the middle (4419). How do I delete the 1st set of numbers (43) and the last set of numbers (00)? I need to copy this format in over 1000 rows. I need help quickly. I have to present a report to my boss as soon as possible. Version...Excel 2003 Thanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Tue, 19 Aug 2008 10:00:21 -0700, Jac wrote:
I have a set of numbers, ex: 43441900 However, I only want to keep the 4 numbers in the middle (4419). How do I delete the 1st set of numbers (43) and the last set of numbers (00)? I need to copy this format in over 1000 rows. I need help quickly. I have to present a report to my boss as soon as possible. Version...Excel 2003 Thanks See if this does what you want: =MOD(INT(A1/100),10000) --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Deleting a row - followup question | Excel Discussion (Misc queries) | |||
Excel deleting some numbers from an excel document | New Users to Excel | |||
Deleting the area code on excel spread sheet phone numbers?? | Excel Discussion (Misc queries) | |||
Easy Question for deleting rows. | New Users to Excel | |||
Finding and deleting question marks | Excel Discussion (Misc queries) |