adspace
Answer Posted / Mohammad Safi Khan
"To perform a VLOOKUP in Excel, first ensure that the data is sorted in ascending order within the lookup column. Then, use the following formula: =VLOOKUP(lookup_value, table_array, col_index_num, [range_lookup]). The lookup_value is the value you want to look up, table_array is the table or range containing the data, col_index_num is the column number within the table array that contains the desired result (1-based), and range_lookup determines whether an exact match or approximate match should be used."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers