Hello,
I have a script with an IF Range("A" & r) value is also in a lookup list AND Range("I" & r) THEN do something. I know I can do a bunch of ORs but that doesn't seem particularly neat.
IF Range("A" & r) is in Lookup list named Type AND Range("I" & r) IS NULL Then DoSomething.
Any ideas?
Thanks,
George Teachman
I have a script with an IF Range("A" & r) value is also in a lookup list AND Range("I" & r) THEN do something. I know I can do a bunch of ORs but that doesn't seem particularly neat.
IF Range("A" & r) is in Lookup list named Type AND Range("I" & r) IS NULL Then DoSomething.
Any ideas?
Thanks,
George Teachman