I am trying to work out a formula that exists in a sheet created by somebody that is used for reporting although all of the data is corrupt. The formula is as follows:
=INDEX({Malta SSOT Range 1}, $[Column45]@row, Market$1)
Malta SSOT Range 1 is the source sheet and Column 45 is a column used in the sheet containing the formula.This contains numbers using a formula example being "=[Column45]5 + 1" which gives a number of 54. Another row being =[Column45]7 + 1 giving a number of 56.
All of the columns in the sheet containing the formula are similar to the Source sheet (except Column 45).
In the first row of the sheet containing the formula there are numbers, as indicated on the following screen shot.
In the formula for Market it should bring in the corresponding row and column items from the Source sheet.
Columns in the Source sheets have recently moved and new columns created so some may now be different to that of the sheet containing the formulas.
Can anybody offer any advice what the formula is truing to achieve and where the numbers in Column 45 are coming from and what the numbers in the first row are being used for.