formula help

G

Guest

A B C
1 US JEFF SMI
2 UW LISA SMI
3 WJ MIKE BIS
4 WF LISA BIS

I would like a formula in column C that returns the SMI value when column A
begins with a U but the second digit is variable.

THANK YOU!
TF
 
G

Guest

OH!! And if column A doesn't begin with a U, the value should return the BIS

Forgot to add that.
 
G

Guest

Try this:

For a value in A1
C1: =IF(LEFT(A1,1)="U","SMI","BIS")

Does that help?
***********
Regards,
Ron

XL2002, WinXP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top