How can i filter data type in a cell?

  • Thread starter Thread starter blauerhund
  • Start date Start date
B

blauerhund

I need that an especific cell, only accept numbers or date. Thanks
 
look up data validation in Excel's help.

it's under Data->Validation
 
suppose u want A1 needs to be accepts only number or date

then select A1, go to data | validation | setting tab | allow : custom
| formula : =isnumber(A1) | ok
 

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

Back
Top