Lookup

N

Nordic

How do I lookup text in a column and have it enter text in another column?
For example, column P has Title and Regular in it. I want to lookup Title
and have an X recorded in column B in the corresponding row.
 
M

Max

Nordic said:
How do I lookup text in a column and have it enter text in another column?
For example, column P has Title and Regular in it. I want to lookup Title
and have an X recorded in column B in the corresponding row.

Maybe ..
In B2: =IF(TRIM(P2)="Title","X","")
Copy down

---
 

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