I am trying to write a formula where if the first letter of a word starts with certain letters, then the formula would populate the cell with either "Economy" or "Other".

For example, if the text starts with the letter "S" or "U" or" "E" then populate with "Economy", if not then "Other".

I've only been able to figure out this much...I can't figure out the rest.

=IF(LEFT(E317262,1)="S","Economy","Other")

Thanks so much for your help.