Hi,
I'm having trouble getting this to work.
I have on sheet 1 an IF function which assign a value between 1 to 5 dependant on criteria.
On sheet 2 I want to lookup this value against my lookup table (hr) and return the value in column 2, hence
=VLOOKUP('Sheet 1'!W37,hr,2,FALSE)
But I keep getting #N/A.
Can anyone help?