Getting around circular reference
I use a spread sheet (currently excel) to calculate sailing results but have been trying without success to re do in numbers.
At the end of each race a number is moved into an array and the previous number moves along, I have used a formula " if (a1=?, If (b1<>?, X1,y1),y1)"
This has the effect of moving the number in x1 to y1 if the if statement is met but leaves the number in tact if not.
However in numbers I get a "This formula can't reference it's own cell" error but I have not found a way around this issue. Now Lion won't support Rosetta I need to get this to work in numbers (as my old excel version won't run in Lion) and with a bit of luck be able to use in the iPad version also.
In effect there are multiple boats and multiple race results each that the last five are stored and averaged to calculate a new handicap. With the above set up I have been able (for about 10 years +) to easily keep the last five results everything else works fine just not the array.
Any ideas?