Cell that contains formula but needs to allow text as well

  • Thread starter Thread starter DoubleZ
  • Start date Start date
D

DoubleZ

I have cells in columns F-K that each ahave an IF formula that makes them
blank if the cell in Column E has a "no" in it. Situationally, I need to be
able to write an "x" in some of the boxes if Column E has a "yes" in it. My
problem is this: If I type "yes" in column E and type some "x's" in Columns
F-K and later change my mind and write "no" in column E, then the "x's"
remain because the IF formulas are not erased. Is it possible to make the
formulas remain and allow text at the same time? Do I need a macro for this?
 
You can either have a formula or manually entered data in a
cell..................not both.

Try this in F1

=IF(E1="no","",IF(E1="yes","X","neither"))


Gord Dibben MS Excel MVP
 

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


Back
Top