[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reason # 9,457,298,284.2 as to why I want to strangle the guy who came up with PREV



PureBytes Links

Trading Reference Links

> > A2:=Sum(C + LastValue(A1+PREV-PREV),V1);
> > A2
> >
> > {Maybe PREV is supposed to stand for PREVERT}
>
> Since I've got no idea why "LastValue(A1+PREV-PREV)" does what it does


Logicaly thinking, it does nothing.

Lets asume A1 = 2 and PREV = 1

That would be 2+1-1 = 2

also, like i see it (but i am not a mathematics expert :-) it does nothing.


> I
> naturally have no idea why case 2 returns N/A either. Just for a lark I
> added "A3:=CLOSE" after A1, and substituted "A3" for "C". Try it - I'll
bet
> it's not what you were looking for but at least it isn't N/A.
>
> Roy
>
>