Excel template

  • Thread starter Thread starter sharon.speiser
  • Start date Start date
S

sharon.speiser

i would like to create a required field in excel template
that user must complete. is this possible?
 
I find the simplest approach is to use an adjacent cell and format it bold, red.

=if(a1<>"","","Please put something in A1")

You could also take a macro approach and have it check before the user
saves/prints/goes to a different sheet.

But I like that formula approach. It's instantaneous (and very easy!).
 
Back
Top