Galatasaray fixed match index

It's actually quite easy to do with a lookup function.
Hlookup functions, together with, index and, match, are some of the most useful functions in Excel.Note: The Lookup Wizard feature is no longer available in Excel.Here's an example of how to use vlookup.Vlookup(B2,C2:E7,3,true in this example, B2 is the first argument an element of data that the function needs to work.
For vlookup, this first argument is the value that you want to find.This argument can be a cell reference, or a fixed value such as "smith" or 21,000.The second argument is the range of cells, C2-:E7, in which to search for the value you want to find.The third argument is the column in that range of cells that contains the value that you seek.
The fourth argument is optional.Enter either true or false.If you enter true, or leave the argument blank, the function returns an approximate match of the value you specify in the first argument.