I am using Excel 2007.
Is there anyone that could help me with the Excel formula below?

I worked with it for about an hour last Wed. night….but I’m not sure how to do it.

The logic is as follows:

If G2 (generic cell) is not anyone of these “text,” then give the result “V.”
If G2 (generic cell) is one of these “text,” then give the result “I.”
If G2 (generic cell) is “T67,” then give the result “S.”

Wrong formula….but this is the idea….
=IF(G2={ "T50","T51", "T52","T53","T54","T55","T56","T57","T58","T59" }, "V") IF(G2=T67, "S") IF(G2=T99, "L") IF(G2=T60