Hi Max,
Below are the first 6 rows of my worksheet:
Col. B C D E ..... M ... P
1 WINNER GWw LOSER GLw W'CUR'R W'NEW'R
2 McQueen 3 Rorke 2 0.0000 0.0000
3 McQueen 3 Vowles 0 #VALUE! 1.0000
4 McQueen 3 Bird 0 #VALUE! 2.0000
5 McQueen 3 Rorke 1 #VALUE! 3.0000
6 Vowles 3 McQueen 1 #VALUE! 4.0000
The formula in question starts in row 2 of column M and changes as follows:
m2 formula: =MAX(IF($B$1:B1=B2,$P$1
1))
m3 formula: =MAX(IF($B$1:B2=B3,$P$1
2))
m4 formula: =MAX(IF($B$1:B3=B4,$P$1
3))
m5 formula: =MAX(IF($B$1:B4=B5,$P$1
4))
m6 formula: =MAX(IF($B$1:B5=B6,$P$1
5))
m7 formula: =MAX(IF($B$1:B6=B7,$P$1
6))
etc.
I've tested the formula by changing the values in col P with letters,
numbers, blanks but this does not affect the results in column M. When
tracing the calculation, the #VALUE! error appears upon calculating the first
part of the IF statement ...$B$1:B6=B7...
I've no idea what this implies nor how to proceed...
Louis