Hi Qman
I'm AnnaThomas and I'd be happy to help you with your question. In this Forum, we are Microsoft consumers just like yourself.
To make a field compulsory in Excel using Office 10, you can use the Data Validation feature along with a custom formula. Here's how you can do it:
Select the cells you want to make compulsory.
Go to the "Data" tab in the ribbon and click on "Data Validation".
In the Data Validation dialog box, select "Custom" from the "Allow" dropdown.
In the "Formula" field, enter the following formula: =LEN(A1)>0. Replace "A1" with the first cell in the selected range (for example, if your range starts in cell B2, the formula would be =LEN(B2)>0).
In the "Error Alert" tab, you can customize the error message that will appear when the cell is left blank.
Click "OK" to save the changes.
Now, when you try to leave the cell blank, the error message you specified will appear, and the cell will be highlighted in red. This will enforce the requirement for the field to be filled out.
I hope this helps ;-), let me know if this is contrary to what you need, I would still be helpful to answer more of your questions.
Best Regards,
AnnaThomas
Give back to the community. Help the next person with this problem by indicating whether this answer solved your problem. Click Yes or No at the bottom.