[mso] Re: Delete First Number

  • From: "Skuce, John" <skuce@xxxxxxxxxxxxxxxxxxxxxxx>
  • To: "'mso@xxxxxxxxxxxxx'" <mso@xxxxxxxxxxxxx>
  • Date: Wed, 18 Dec 2002 14:34:51 -0500

I believe you are saying that you have an entry in a cell that might read
something like "1testing" and you want to get rid of the "1" so it just
reads "testing".  You can use the MID funtion to do it.  

For example:

If cell A1 contained "1testing", the formula you would enter into another
cell would be =MID(a1,2,100).  The result would be "testing".  

The formula states: go to cell A1, start retrieving the info starting with
the second character, and keep retrieiving until you get to the 100th
character in the cell.  (I chose the number 100 to make sure I would get all
other characters in the cell.  You will probably not have 100 characters in
the cell and can reduce the number 100 to a more reasonable number.)

You can find additional info about the MID funtion in The Excel Help Files.

Hope this helps!

John Skuce
Campbell University 
Computing Services

-----Original Message-----
From: Karen Willingham [mailto:kwillingham@xxxxxxxxxxxxxxxxxxxxxxxxx] 
Sent: Tuesday, December 17, 2002 8:52 AM
To: 'mso@xxxxxxxxxxxxx'
Subject: [mso] Delete First Number


I need to delete the first number in a text column. How do I do it?

Karen 



*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to 
mso-request@xxxxxxxxxxxxx?Subject=unsubscribe

Or, visit the group's homepage and use the dropdown menu.  This will also
allow you to change your email settings to digest or vacation (no mail).
//www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group, send a
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation
with instructions.  Once you are a member of the files group, you can go
here to upload/download files: http://www.smartgroups.com/vault/msofiles
*************************************************************


*************************************************************
You are receiving this mail because you subscribed to mso@xxxxxxxxxxxxx or 
MicrosoftOffice@xxxxxxxxxxxxxxxx

To send mail to the group, simply address it to mso@xxxxxxxxxxxxx

To Unsubscribe from this group, send an email to 
mso-request@xxxxxxxxxxxxx?Subject=unsubscribe

Or, visit the group's homepage and use the dropdown menu.  This will also allow 
you to change your email settings to digest or vacation (no mail).
//www.freelists.org/webpage/mso

To be able to use the files section for sharing files with the group, send a 
request to mso-moderators@xxxxxxxxxxxxx and you will be sent an invitation with 
instructions.  Once you are a member of the files group, you can go here to 
upload/download files:
http://www.smartgroups.com/vault/msofiles
*************************************************************

Other related posts: