• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Please help

Rebeca

New Member
if Cell A1 begins with Pla and Cell Bi starts with T then show trailer, but if b1 starts with xx then show warehouse
 
Hi ,

It would help if you uploaded a file with more data.

Going by what you have posted , the following formula should work :

=IF(LEFT(A1,3) = "PLA" , IF(LEFT(B1) = "T" , "Trailer" , "Warehouse") , "Not Known")

Narayan
 
Back
Top