Hi,
I have a drop down box with 4 scenarios that relate to occupancy rates over a fifteen year period. The scenarios are as follows, current, best case, worst case and custom.
The first three are easy enough through a combination of the if and vlookup functions.
How do I go about allowing for the user to input his own values into the occupancy rates if he chooses "custom" from the drop down box.
This is what I have managed for the first three options except for the last option.
=IF(J7=1,VLOOKUP(J17,Occup_LU!H13:I27,2),IF(J7=2,VLOOKUP(J17,Occup_LU!K13:L27,2),IF(J7=3,VLOOKUP(J17,Occup_LU!N13:O27,2),IF J7=4,???????????????????)))
Regards
I have a drop down box with 4 scenarios that relate to occupancy rates over a fifteen year period. The scenarios are as follows, current, best case, worst case and custom.
The first three are easy enough through a combination of the if and vlookup functions.
How do I go about allowing for the user to input his own values into the occupancy rates if he chooses "custom" from the drop down box.
This is what I have managed for the first three options except for the last option.
=IF(J7=1,VLOOKUP(J17,Occup_LU!H13:I27,2),IF(J7=2,VLOOKUP(J17,Occup_LU!K13:L27,2),IF(J7=3,VLOOKUP(J17,Occup_LU!N13:O27,2),IF J7=4,???????????????????)))
Regards