Syntax: VLOOKUP(search_for, table_range, column_number, [range_lookup])
The first parameter, search_ for is the cell content that you're trying to find. The second parameter, table_range, is the rectangular grid of cells that contains all the data you're searching through. The third parameter is the column number from where the value is required and the last parameter range-lookup is used to search for an approximate match (specify True) or an exact match (specify False) .
Man this is really useful good going preeji
ReplyDeleteAlso try and come up with graphs which can be updated based on a set of table values as above