I have attached two spreadsheets and a database.
E29 and E31 are dependent on D6 and E27 and I have to update the table (M1:Q60) every year from the tax office. This is for financial 2016.
I want to replicate this in the database.
How do I lookup do it?
Thanks a lot in advance....
E29 has this code....(in the database taxCoefP)
=IF($D$6="NO EXEMPT",VLOOKUP ($E$27,$M$7:$O$ 14,2,TRUE),IF($ D$6="HALF LEVY",VLOOKUP($ E$27,$M$18:$O$2 8,2,TRUE),IF($D $6="FULL LEVY",VLOOKUP($ E$27,$M$32:$O$4 0,2,TRUE),IF($D $6="221D",VLOOK UP($E$27,M44:O4 4,2,TRUE),IF($D $6="MAXIMUM",VL OOKUP($E$27,#RE F!,2,TRUE),0))) ))
E31 has this code...(in the database taxCoefA)
=IF($D$6="NO EXEMPT",VLOOKUP ($E$27,$M$7:$O$ 14,3,TRUE),IF($ D$6="HALF LEVY",VLOOKUP($ E$27,$M$18:$O$2 8,3,TRUE),IF($D $6="FULL LEVY",VLOOKUP($ E$27,$M$32:$O$4 0,3,TRUE),IF($D $6="221D",VLOOK UP($E$27,M44:O4 4,3,TRUE),0))))
E29 and E31 are dependent on D6 and E27 and I have to update the table (M1:Q60) every year from the tax office. This is for financial 2016.
I want to replicate this in the database.
How do I lookup do it?
Thanks a lot in advance....
E29 has this code....(in the database taxCoefP)
=IF($D$6="NO EXEMPT",VLOOKUP ($E$27,$M$7:$O$ 14,2,TRUE),IF($ D$6="HALF LEVY",VLOOKUP($ E$27,$M$18:$O$2 8,2,TRUE),IF($D $6="FULL LEVY",VLOOKUP($ E$27,$M$32:$O$4 0,2,TRUE),IF($D $6="221D",VLOOK UP($E$27,M44:O4 4,2,TRUE),IF($D $6="MAXIMUM",VL OOKUP($E$27,#RE F!,2,TRUE),0))) ))
E31 has this code...(in the database taxCoefA)
=IF($D$6="NO EXEMPT",VLOOKUP ($E$27,$M$7:$O$ 14,3,TRUE),IF($ D$6="HALF LEVY",VLOOKUP($ E$27,$M$18:$O$2 8,3,TRUE),IF($D $6="FULL LEVY",VLOOKUP($ E$27,$M$32:$O$4 0,3,TRUE),IF($D $6="221D",VLOOK UP($E$27,M44:O4 4,3,TRUE),0))))
Comment