Right so I have a list of values in column B of Sheet 1 which correspond to values in a column F of a sheet named 'Incidents'
What I am trying to call back is the value of the cell in Column Z of the 'Incidents' sheet, however it's not working properly.
the formula I have is
Strangely this seems to work for B3, but when I go down a row and the formula is
it gives me the same result as the first formula, despite them not being the same on the incidents sheet.
Any idea why this would be?
What I am trying to call back is the value of the cell in Column Z of the 'Incidents' sheet, however it's not working properly.
the formula I have is
Code:
=VLOOKUP($B3,Incidents!$F$2:$Z$3179,21)
Strangely this seems to work for B3, but when I go down a row and the formula is
Code:
=VLOOKUP($B4,Incidents!$F$2:$Z$3179,21)
it gives me the same result as the first formula, despite them not being the same on the incidents sheet.
Any idea why this would be?