excel - How to look up something in a lookup table when there are two variables that change -
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
Post a Comment