Tom,
Sorry, it is NOT clear.
Your statement:
> Basically the formula determines if a(n)>b(n+1)
> and if so then determines if a(n-1)>b(n). If not b(n) then becomes the
> new reference point and the formula determines if a(n-2)>b(n).
But, on one row you seem to require the comparison A4>B8, which is not a
comparison that can be derived from the above statement.
You need to examine your logic and come up with a better explanation of what
you want. Your Y/N table appears to be based solely on a(n) > b(n+1)
HTH,
Bernie
MS Excel MVP
> A B C D
> 1 112.44 106.92 Y is A1>B4
[quoted text clipped - 26 lines]
>
> Tom
Tom - 11 Jan 2008 11:13 GMT
On Jan 10, 9:01 pm, "Bernie Deitrick" <deitbe @ consumer dot org>
wrote:
> Tom,
>
[quoted text clipped - 48 lines]
>
> - Show quoted text -
Sorry you are correct. To clarify what should be is the formula
determines if a(n)>b(n+1) and if so then determines
if a(n-1)>b(n). If not b(n) then becomes the new reference point and
the formula determines if a(n-2)>b(n). If not the the formula
determines if a(n-3)>b(n). If not then the formula determines if
a(n-4)>b(n) etc. If a(n-4)>b(n) then the cell in B adjacent to a(n-4)
becomes the new reference cell and the formula begins at the beginning
again a(n)>b(n+1). Hope this clarifies.
Thanks
Tom