View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default making cells mandatory entry?

I like to use an adjacent cell that's formatted in big bold red letters:

=if(a1="","","Please fill in A1!")

NANGO wrote:

Is there a way to make filling out a cell mandatory in an excel template form?


--

Dave Peterson