excel - How to look up something in a lookup table when there are two variables that change -


enter image description here

quick question-

i know easy, excel skills have gotten bit rusty. can see picture below situation is. have table reference shows something's priority based on importance , how work takes. have hundreds of things need compare table. how can fill out question marks under orange priority label , easily? if statement, 300 lines long. know vlookup won't work because there many variables.

any great!

=index($the_data_part_of_the_reference_table,        match(current_importance_value, $importance_column_header_in_the_table, 0),        match(current_aow_value,        $aow_header_row_in_the_table,           0)  ) 

Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -