Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I'd like to look up a value of tax due (cell J15) which depends on 2 variables, Taxable Income (cell J13) and Filing Status (cell J14). The value in Taxable Income is any amount to be filled up by the User ( ie only numeric include zero ) The value in Filing Status is a drop down list derived from row C2:F2 These 2 variables are to be retrieved from the following 2 tables tabulated with values under respective headers : - 1) Taxable Income table with 2 columns • At least (A2, Col A), value starting from 50,000 to 54,951 ( range A3:A102) • Less Than (B2, Col B), value starting from 50,050 to 55,000 ( range B3:B102) ( ie with the incremental value of 50) 2) Filing Status table with 4 columns • Single ( C2, Col C), value starting from 10,595 to 11,981 ( range C3:C102) • Married Filing Status ( D2, Col D), value starting from 8,307 to 9,693 ( range D3:D102) • Married Filing Separately ( E2, Col E), value starting from 11,157 to 12,603 ( range E3:E102) • Head of Household ( F2, Col F), value starting from 9,438 to 10,824 ( range F3:F102) ( ie with the incremental value of 14) Question, how to devise a vlookup function , Index/Match or other excel function or excel VBA for the above when the value of 2 variables change, say what is the tax due Scenario 1 if the Filing Status is selected as " Single ", based on Taxable Income of $50,752 Scenario 2 if the Filing Status is selected as "Married Filing Status ", based on Taxable Income of $50,752 Scenario 3 if the Filing Status is selected as "Married Filing Status ", based on Taxable Income of $40,175 Scenario 4 if the Filing Status is selected as "Head of Household ", based on Taxable Income of $0.00 Scenario 5 if the Filing Status is selected as "Married Filing Separately ", based on Taxable Income of $56,024 Please help ! Thanks Regards Lenard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum multiple vlookup returns across multiple columns | Excel Worksheet Functions | |||
Vlookup in multiple columns | Excel Worksheet Functions | |||
Multiple columns using Vlookup | Excel Discussion (Misc queries) | |||
vlookup with multiple columns | Excel Discussion (Misc queries) | |||
vlookup for multiple columns | Excel Worksheet Functions |