• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Compulsory cell input

Bryz

New Member
Hi all,

Just have a question on how to make users fill out certain cells when inputting data.

So for example if they input data in column A, how to force them to input data into columns B and C.

Thanks!

Bryz
 
Hi ,

It is easier if you force users to enter data into columns B and C before they can input data in column A ; this can be done using Data Validation ; when a user tries to enter data in column A , Excel can check whether data has already been entered in columns B and C ; if so , the data entered in column A will be accepted , else the user will see an error message informing them that data needs to be entered in columns B and C before it can be entered in column A.

Narayan
 
Hi,

Thank you for the quick response! Unfortunately that's not quite what I need...
The spreadsheet is a central repository for metrics and the issue is that people input the name, but then don't input the description and/or other details, making their entry effectively useless for other users. Which is why I'm hoping it's possible to make input to the following columns compulsory.

Again thanks for the help!

Bryz
 
Hi Bryz ,

In that case , data entry can be done using a form , which accepts data entry , validates it , and then writes valid data to the worksheet. This will involve VBA ; is this acceptable ?

Narayan
 
Hi Bryz ,

In that case , please upload your workbook , or at least a sample workbook , specifying what fields will be entered , what kind of data validation will have to be done , and into which cells in the workbook the data will need to be transferred.

Narayan
 
Back
Top