J
Jambruins
I have a tab called Record. Here are the cells it contains:
A30: 0-.4
A31: .5-.9
A32: 1.0-1.4
A33: +1.5
A34: PL
A58: 0-.4
A59: .5-.9
A60: 1.0-1.4
A61: +1.5
A62: PL
This pattern keep repeating down the column.
In another tab called Graph I have the following:
B1: 0-.4
B2: =VLOOKUP(B1,Record!A,4,0)
B3:
=INDEX(Record!D1100,SMALL(IF(Record!A1:A100=$B$1,ROW(Record!A1:A100)-ROW(Record!A1)+1),2))
The above formula works fine as it finds the first 0-.4 and gives me the
number in cell D. However, I copied the formula down but cell B4 gives me
the same answer as cell B3. What needs to be changed?
Thanks
A30: 0-.4
A31: .5-.9
A32: 1.0-1.4
A33: +1.5
A34: PL
A58: 0-.4
A59: .5-.9
A60: 1.0-1.4
A61: +1.5
A62: PL
This pattern keep repeating down the column.
In another tab called Graph I have the following:
B1: 0-.4
B2: =VLOOKUP(B1,Record!A,4,0)
B3:
=INDEX(Record!D1100,SMALL(IF(Record!A1:A100=$B$1,ROW(Record!A1:A100)-ROW(Record!A1)+1),2))
The above formula works fine as it finds the first 0-.4 and gives me the
number in cell D. However, I copied the formula down but cell B4 gives me
the same answer as cell B3. What needs to be changed?
Thanks