ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   New Users to Excel (https://www.excelbanter.com/new-users-excel/)
-   -   if functions (https://www.excelbanter.com/new-users-excel/99343-if-functions.html)

dlvv

if functions
 
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

Bob Phillips

if functions
 
=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)

"dlvv" wrote in message
...
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,FALS
E))

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





All times are GMT +1. The time now is 01:36 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com