Complicated Nested If Statement

cmschmitz24

Board Regular
Joined
Jan 27, 2017
Messages
150
Hello,

I need help writing a nested if statement:

I need to pull a value into cell A53 on sheet "SL Estimate" from sheet "Year 1 Rates" based on drop down selections in 5 different cells on sheet "SL Estimate".

Drop down cells used:
Cell E8, named "Cov_Level", has either Single-1 or Family-15
Cell F8, named "Health_Plan", has a list of 18 plans located on sheet "Year 1 Rates" A5:A22 (this will be the starting point to find the value)
Cell I8, named "HDHP", has either non-HDHP or HDHP
Cell J8, named "Dental", has either With Dental or Without Dental
Cell K8, named "Rate", has either Full Time or Less Than Half Time

On sheet "Year 1 Rates", there are the different rate values for each situation above, in columns B:AW

Full Time, non-HDHP, with Dental, single, values are in column B
Full Time, non-HDHP, with Dental, family, values are in column E
Full Time, non-HDHP, without Dental, single, values are in column H
Full Time, non-HDHP, without Dental, family, values are in column K
Full Time, HDHP, with Dental, single, values are in column N
Full Time, HDHP, with Dental, family, values are in column Q
Full Time, HDHP, without Dental, single, values are in column T
Full Time, HDHP, without Dental, family, values are in column W

Less Than Half Time, non-HDHP, with Dental, single, values are in column Z
Less Than Half Time, non-HDHP, with Dental, family, values are in column AC
Less Than Half Time, non-HDHP, without Dental, single, values are in column AF
Less Than Half Time, non-HDHP, without Dental, family, values are in column AI
Less Than Half Time, HDHP, with Dental, single, values are in column AL
Less Than Half Time, HDHP, with Dental, family, values are in column AO
Less Than Half Time, HDHP, without Dental, single, values are in column AR
Less Than Half Time, HDHP, without Dental, family, values are in column AU


Please help!

I only have =VLOOKUP(Health_Plan, 'Year 1 Rates'!A:AW,
I know I have to start my nested if statements but I'm not quite sure how to finish/complete it.
 
I used a few helper cells. But it boils down to Eric W's solution, only I don't use VLOOKUP but INDIRECT(ADDRESS(1,column))
 
Upvote 0

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.

Forum statistics

Threads
1,214,641
Messages
6,120,695
Members
448,979
Latest member
DET4492

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top