ITALIAORIANA
Technical User
Hi Everyone,
I am having a problem combining IF statements with VLOOKUP. The statements all work perfect independently but I need to combine them. I tried just putting a comma between each statement to combine them but I just get #VALUE returned. These are looking up rates for member premiums which will then be loaded to the database.
=IF(A2="LICS",VLOOKUP(B2,RATE_RESULTS!$A$2:$F$23,3,FALSE))
=IF(A2="PRTC",VLOOKUP(B2,RATE_RESULTS!$A$2:$F$23,4,FALSE))
=IF(A2="PRTD",VLOOKUP(B7,RATE_RESULTS!$A$2:$F$23,5,FALSE))
Thanks,
Deana
I am having a problem combining IF statements with VLOOKUP. The statements all work perfect independently but I need to combine them. I tried just putting a comma between each statement to combine them but I just get #VALUE returned. These are looking up rates for member premiums which will then be loaded to the database.
=IF(A2="LICS",VLOOKUP(B2,RATE_RESULTS!$A$2:$F$23,3,FALSE))
=IF(A2="PRTC",VLOOKUP(B2,RATE_RESULTS!$A$2:$F$23,4,FALSE))
=IF(A2="PRTD",VLOOKUP(B7,RATE_RESULTS!$A$2:$F$23,5,FALSE))
Thanks,
Deana