excel - I need to find a particular cell based on 3 factors: Age, $ amount -


i need able enter age , coverage amount , want able go corresponding cell , tell me price product.

the pricing sheet have age on y axis , coverage on x axis. example: have 50 year old wants 20,000 in coverage. go down y axis , find 50 , on over x axis 20,000.

i want tell me amount @ particular cell. if not clear enough on mean let me know , try , further explain.

i not have code of yet because i'm not sure start. in advance.

if x axis in sorted order (which seems given values increasing in coverage) use match function axis. y axis, same scenario on age. question becomes whether want exact matching or nearest ceiling/floor.

index( <full table range $a$1:$abc1000>, match( $agesource, <full axis $a$1:$a1000>), match( $coverage, <full axis $a$1:$abc1> ) ) 

Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -