Excel Formulas Cheat Sheet
Excel Formulas Cheat Sheet
=HLOOKUP(lookup_value,table_array,row_index_num,[range_lookup]) looks
in the top row of an array and returns value of the indicated cell
=VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup]) looks
in the first column of an array and moves across the row to return the value of a cell