IF statement

C

confused

Is there a way to write an if statement to look at column b and have it
check column L with a YES if the name starts with OD?

thank you
 
T

Tom Hutchins

Maybe something like this (in L1):

=IF(LEFT(B1,2)="OD","YES","NO")

Hope this helps,

Hutch
 

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

Similar Threads


Top