Subject: RE: Need Excel HelpJChristoff - 2007-08-23 3:52 PM The function MID would also work. Text = whatever cell Start = 1 Number=7 =MID(D4,1,7) The function has a lot more useability then LEFT, because you can pull from any point within the data Example: AH.0042.... you want 0042 Text = whatever cell Start = 3 Number = 4 =MID(D4,3,4) Lighten up, dude, it's not a competition...she asked a simple question, I gave her a simple answer....MID's great, so is RIGHT, & TRIM (LTRIM and RTRIM in SQL), etc. come in handy too...they wouldn't exist if they didn't serve a purpose...just saying.... |