IF statement problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

If the If test is false I want to leave the contents of a cell the same, If it is true I want to change the cell contents. I have no problem withe the true condition but I don't know how to enter the false condition.
 
You don't need a False condition if no changes are to be made.
IF test = True Then Cell= "Whatever"

Mike F

Jim Robinson said:
If the If test is false I want to leave the contents of a cell the same,
If it is true I want to change the cell contents. I have no problem withe
the true condition but I don't know how to enter the false condition.
 

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

Back
Top