> Add a column to the source data, e.g. Priority1, and use a formula to
> calculate if the priority value is 1:
[quoted text clipped - 46 lines]
>
> - Show quoted text -
I'm also still curious as to *what* the IF in the calculated field is
doing...it's clearly doing something because 3 of the rows give me
some value of 1, and it's doing something weird because of how it
shows me a 1 in every row when I return 1 for true and false.
On Jun 18, 11:32 am, "shubha.b...@gmail.com" <shubha.b...@gmail.com>
wrote:
> > Add a column to the source data, e.g. Priority1, and use a formula to
> > calculate if the priority value is 1:
[quoted text clipped - 50 lines]
>
> - Show quoted text -
shubha.bala@gmail.com - 18 Jun 2007 20:53 GMT
On Jun 18, 3:15 pm, "shubha.b...@gmail.com" <shubha.b...@gmail.com>
wrote:
> I'm also still curious as to *what* the IF in the calculated field is
> doing...it's clearly doing something because 3 of the rows give me
[quoted text clipped - 60 lines]
>
> - Show quoted text -
Oh I figured it out...
I tried using a really cool equation which would return 1 if x = 1,
and 0 otherwise = round(sin(pi * 2^x-2)),0)
and through that eventually figured out that it is summing priority
FIRST, and THEN applying the equation. This is the most ridiculous
thing ever (for my purpose). But that explains the IF...it is only
returning 1 if the SUM of all priority equals 1, which is only true in
a couple of cases.
Is there any way around this summing in advance thing?