Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Finding the 9th character of a string in Excel

Status
Not open for further replies.

t16turbo

Programmer
Mar 22, 2005
315
GB
HI all,
how can I achieve this?
in SQL I have used SUBSTR([value], 9,1) etc
how can I do this in an Excel formula?

thanks,

 


Hi,
[tt]
=MID(A1,9,1)
[/tt]
use MID like SUBSTR.

Skip,

[glasses] [red]Be advised:[/red]When Viscounts were guillotined just as they were disclosing where their jewels were hidden, it shows to go that you should...
Never hatchet your Counts before they chicken! [tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top