does anyone know how to use validation to look at two columns at the same
time ?

Signature
CHRISTOPHER GILBERT
SHAMROCK INC
RED LION BUSINESS CENTER
143 RED LION ROAD
VINCENTOWN, NJ 08088
P.O. BOX 2537
PHONE: 609 859 2424
CHRISGILBERT@SHAMROCK-INC.COM
HTTP://WWW.SHAMROCK-INC.COM
Bob Phillips - 16 Jun 2006 20:02 GMT
What would the validation test?
--
HTH
Bob Phillips
(replace xxxx in the email address with gmail if mailing direct)
> does anyone know how to use validation to look at two columns at the same
> time ?
[quoted text clipped - 8 lines]
> CHRISGILBERT@SHAMROCK-INC.COM
> HTTP://WWW.SHAMROCK-INC.COM
Christopher Gilbert - 16 Jun 2006 20:55 GMT
i just need to use the list function. i'm going to use it in conjunction with
vlookup but i need the validation to see twio columns and not one. thanks for
all the help !!

Signature
CHRISTOPHER GILBERT
SHAMROCK INC
RED LION BUSINESS CENTER
143 RED LION ROAD
VINCENTOWN, NJ 08088
P.O. BOX 2537
PHONE: 609 859 2424
CHRISGILBERT@SHAMROCK-INC.COM
HTTP://WWW.SHAMROCK-INC.COM
> What would the validation test?
>
[quoted text clipped - 18 lines]
> > CHRISGILBERT@SHAMROCK-INC.COM
> > HTTP://WWW.SHAMROCK-INC.COM
Jessica - 16 Jun 2006 20:43 GMT
Try to adapt this function:
=IF(and(L42>L43,L43>0),TRUE,FALSE)
> does anyone know how to use validation to look at two columns at the same
> time ?
Bob Phillips - 16 Jun 2006 21:58 GMT
Ah, I see.
No you can't do that, the best you can do is concatenate them in another
column and referee to that.
--
HTH
Bob Phillips
(replace xxxx in the email address with gmail if mailing direct)
> Try to adapt this function:
>
[quoted text clipped - 12 lines]
> > CHRISGILBERT@SHAMROCK-INC.COM
> > HTTP://WWW.SHAMROCK-INC.COM