How do I set up a function that...

J

John

How do I set up a function that allows for me to say that if any cell in
column a equals a particular number than another cell in that row will equal
a name?
 
J

JE McGimpsey

One way:

B1: =IF(A1=<particular number>,"a name", "")

Copy down as far as necessary.
 

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