Only allowing someone to sign off on an excel checklist if every question has been answered?

ExcelAccountant123

New Member
Joined
Jun 15, 2020
Messages
3
Office Version
  1. 2016
Platform
  1. Windows
Hi

I am creating a checklist that is in excel and our staff has to tick off every box.

At the end of the checklist, they have to sign off with there initials and a date.

Is there a way in Excel to have some kind of error message pop up or prevent someone from entering info into a box if it hasn't they haven't answered every previous question?

I was thinking this should be in the data validation area, but I cant find it.

Any help will be appreciated.

Thanks!

Also posted here Only allowing someone to sign off on an excel checklist if everything has been answered?
 
Last edited by a moderator:

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Are you entering information into cells?
If so which cells & what are you putting into them?
 
Upvote 0
Yes, the staff will be entering information into cells.

I have attached a simple image of what it could look like.

I would like the staff to not be able to enter their name unless they have answered every previous question.
 

Attachments

  • Capture.PNG
    Capture.PNG
    8.9 KB · Views: 5
Upvote 0
What will they be putting into those cells?
 
Upvote 0
They should be entering Yes or No into the cells. I'm not sure if it should be very strict because some people may prefer to write "Y" instead of "Yes" for example.
Thanks
 
Upvote 0
Ok, for G21 use custom & this formula
=COUNTA(G6:G18)=7
For G22 use
=G21<>""
& deselect Ignore blank
 
Upvote 0

Forum statistics

Threads
1,214,873
Messages
6,122,029
Members
449,061
Latest member
TheRealJoaquin

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top