A
ANDYGM
I am using Excel 97 and I have simplified the description of the proble
for clarity.
I am writing a spreadsheet to calculate insurance premiums for Houses
Offices and Shops. Within each category there are different covers
e.g. All Risks; All risks ex Subsidence, etc.
I have one cell where the user picks the type of building (e.g
Offices) and another where they pick the cover (e.g. All Risks).
In the next cell, the sum insured is entered and in the cell next t
that I am using the VLOOKUP function to provide the rate to b
applied.
Now, in order to do this I need to have three different table arrays
HOUSES, OFFICES and SHOPS. Each has the covers in the left hand colum
and in the right hand column are the rates to be applied.
My problem is that to select the correct table, I need to select th
Lookup_value (which is in cell C4 - e.g. All Risks) and the Table_arra
(which is in cell B4 - e.g. Offices). However, although a Lookup_valu
of C4 returns the correct answer, a Table_array value of B4 return
"#VALUE!". I have tried several variations of B4, e.g. T(B4), bu
nothing works.
Can you offer any suggestions?
Thanks.
And
for clarity.
I am writing a spreadsheet to calculate insurance premiums for Houses
Offices and Shops. Within each category there are different covers
e.g. All Risks; All risks ex Subsidence, etc.
I have one cell where the user picks the type of building (e.g
Offices) and another where they pick the cover (e.g. All Risks).
In the next cell, the sum insured is entered and in the cell next t
that I am using the VLOOKUP function to provide the rate to b
applied.
Now, in order to do this I need to have three different table arrays
HOUSES, OFFICES and SHOPS. Each has the covers in the left hand colum
and in the right hand column are the rates to be applied.
My problem is that to select the correct table, I need to select th
Lookup_value (which is in cell C4 - e.g. All Risks) and the Table_arra
(which is in cell B4 - e.g. Offices). However, although a Lookup_valu
of C4 returns the correct answer, a Table_array value of B4 return
"#VALUE!". I have tried several variations of B4, e.g. T(B4), bu
nothing works.
Can you offer any suggestions?
Thanks.
And