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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need to get the Second Character in a String Field

Status
Not open for further replies.

stalukder

IS-IT--Management
May 3, 2010
4
US
Hello,

I need to pull the second character out of a field. The Field is a string. My field can display the following...

F9CC, F8CC, P8CC, F7CK, F6CC, P7CC, etc. I want to pull the second character (the #) so I can use that for a formula.

What formula should I use to get the second character? Thank you.

Sharif
 
Here is the formula...

MID({TABLE.FILED_NAME}, 2, 1)

Hope it helps.

Tammy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top