Mandatory Input of a Cell

N

newfie51971

I have an input template in Excel 2002 that other users will update with
information. I want to make sure they input a description beside the number.
How can I make the description cell a mandatory input if they input a number?

Thanks,
Tammy
 
D

Dave Peterson

I'd use an adjacent cell that was formatted in big bold red letters:

=if(a1<>"","","<-- Please enter something here!"
 
G

Gord Dibben

Maybe you could create a lookup table and a formula in mandatory cell with a
VLOOKUP formula to return the description based upon the input number?

Users would only have to enter the number.

Visit Debra Dalgleish's site for info on VLOOKUP function to pull data based on
value. Note the downloadable sample workbooks.

http://www.contextures.on.ca/xlFunctions02.html

Also see Debra's site for info on Data Validation selection lists for inputting
the data if need be.

http://www.contextures.on.ca/xlDataVal01.html


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top