restricting entry into a cell based on entry to a previous cell

N

newbie57

I have a group of cells for an inventory sheet. I want to prevent double or
incorrect entry. For example, if there is any entry into cell F6 they cannot
place an entry into F7 or F8. The same would apply for entry into F7 which
would restrict entry to F8 and F6. Can this be done?
 
G

Gary''s Student

Use Data Validation

Data > Validation... > Custom > Formula is:

=COUNTA($F$6:$F$8)=1

apply this to F6, F7, F8
 

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