Mandatory Cell Entry

B

Beep Beep

Is there a way in Excel to make it mandatory that individuals must fill out a
cell.
 
D

Dave Peterson

Not really.

I like to use an adjacent cell and just use a formula that nags the user until
the cell has something in it:

=if(a1<>"","","<-- Please fill in this cell!")

I'll format it in big red letters!
 
Top