Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() All I want is to see what the first letter of a string is. And then do an if then set of statements. I have found a few things out there, but nothing really really simple popped up. Anyone know a simple way to do it? ie: If feeder(0) = "F" Or feeder(0) = "R" Then Tsetup = 1 ElseIf feeder(0) = "S" Then Tsetup = 2 Else Tsetup = 3 End If -- McManCSU ------------------------------------------------------------------------ McManCSU's Profile: http://www.excelforum.com/member.php...o&userid=24379 View this thread: http://www.excelforum.com/showthread...hreadid=391933 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change 3 letter text string to a number string | Excel Discussion (Misc queries) | |||
selecting the last letter in a string | New Users to Excel | |||
Count letter string, e.g. h/EL/p | Excel Worksheet Functions | |||
How to count the match letter within a string? | Excel Discussion (Misc queries) | |||
Remove the last letter from a string! | Excel Programming |