How do I conditionally insert text into a cell on Excel 2007?

R

RobertTFB

I am using Excel 2007. I am trying to insert text into a cell based on the
value of the cell next to it. Example If NO is typed into cell B1, I want to
insert EXPLAIN in cell B1
 
P

Peo Sjoblom

I assume you meant C1 or else you would need an event macro

=IF(B1="No","Explain","")

since you didn't mention what you want if it is not "No" I made it blank

--


Regards,


Peo Sjoblom
 

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