data validation.

T

Todd

Im trying to limit what can be entered in a cell using
data validation. I want no text allowed and no comma's in
a range of cells. I have been trying to use formulas like

OR(ISNUMBER,<>",") but its not working. Any ideas how I
can do this?


TIA


Todd
 
B

Biff

Hi Todd,

Try formatting the cells as number and do not use
thousands seperator. For the DV just use =ISNUMBER(A1).
Adjust the cell reference to suit.

Biff
 

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