if functions

D

dlvv

I have the following formula in colmun Q
=IF(ISNA(Q12(T8,CPT!$B$64:$B$89,FALSE)),"",VLOOKUP(T8,CPT!$B$64:$D$89,3,FALSE))

I also want to add the condition that if in column I the age is less than 50
then return a value of blank.

Please help-

dlvv
 
B

Bob Phillips

=IF(OR(I8<50,ISNA(Q12(T8,CPT!$B$64:$B$89,FALSE))),"",VLOOKUP(T8,CPT!$B$64:$D
$89,3,FALSE))


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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