prevent a cell from having data add with out another celled filled

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello, I am using Excel 2003, I have two cells that require information, one
is the "item number" and the other one is "quanity" I don't want to be able
to add anything to the quanity cell until the "item number" cell is filled
out. Is there a way to prevent this, I looked in validations and wasn't sure
if any of the choose would work.

Thank you in advance.
 
Suppose the item no. cells are in B2 down, qty cells in D2 down
Select the range D2:D20 (say),
Click Data > Validation
Allow: Custom
Formula: =B2<>""
Uncheck "Ignore blank"
Click OK
 
Perfect! Thanks so much

Max said:
Suppose the item no. cells are in B2 down, qty cells in D2 down
Select the range D2:D20 (say),
Click Data > Validation
Allow: Custom
Formula: =B2<>""
Uncheck "Ignore blank"
Click OK
 
Back
Top