Cell Validation

J

jcd110681

I need help in trying on what I think is a validation issue. I'm
trying to get excel to prompt the user to enter information in cell B1
if cell A1 contains data. What would be there formula?

Thanks for the help.

-JD
 
F

Fleone

Not being 100% sure of what you are trying to accomplish, this would be one
way of doing what you are looking for. Place this formula in cell B1

=IF(A1>0,"Please enter value","")

As soon as someone typed something in B1, this formula would be overwritten.
 

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