Mandatory fields must be filled in to proceed
#jquem#
Posted messages
76
Status
Member
-
Mike-31 Posted messages 18405 Registration date Status Contributor Last intervention -
Mike-31 Posted messages 18405 Registration date Status Contributor Last intervention -
Hello,
I would like to make the filling of cell B1 mandatory after cell A1 has been filled.
As long as B1 is not filled, it would be impossible to enter anything in any other cell of the table, nor to save this table.
Thank you in advance for your help.
I would like to make the filling of cell B1 mandatory after cell A1 has been filled.
As long as B1 is not filled, it would be impossible to enter anything in any other cell of the table, nor to save this table.
Thank you in advance for your help.
2 answers
-
Hello
You can take inspiration from this
https://forum.excel-pratique.com/viewtopic.php?t=11968
Best regards -
Hello,
for A1 you can keep it simple, select A1 then Data/Data Validation/Options tab/under Allow select Custom/in Formula paste this formula
=$B$1<>""
uncheck Ignore blank and OK
However, regarding
"It would be impossible to enter anything in any other cell of the table, nor to save this table" that is not very clear
To handle saving, you absolutely have to go through VBA if you have some knowledge
Catch you later
Mike-31
I am responsible for what I say, not for what you understand...