Data Validation - Custom

G

Guest

How do I use the custom validation. I want to enter a validation which does
not allow the cells in column G to be more than the cell on the same row in
column E + 50.

I have selected all the cells, gone to Data Menu, Validation. Then on the
Settings tab picked Custom and then need to type the formula. I’ve treid a
few but can’t seem to get it right.
 
G

Guest

Try this:
With G1 as the active cell....
Data>Data Validation
Allow: Custom
Formula: =G1<=(E1+50)


Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro
 
B

Bob Phillips

Mary said:
How do I use the custom validation. I want to enter a validation which does
not allow the cells in column G to be more than the cell on the same row in
column E + 50.

I have selected all the cells, gone to Data Menu, Validation. Then on the
Settings tab picked Custom and then need to type the formula. I’ve treid a
few but can’t seem to get it right.

Mary Ann,

Select G1, Data>Validation, Custom type and add a formula of

=G1<=E1+50

Then select the other cells including G1, go back to Data>Validation,
and you will get a message asking to extend. Say yes.

HTH

Bob
 
G

Guest

Thank you - works great.

Bob Phillips said:
Mary Ann,

Select G1, Data>Validation, Custom type and add a formula of

=G1<=E1+50

Then select the other cells including G1, go back to Data>Validation,
and you will get a message asking to extend. Say yes.

HTH

Bob
 

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