Thanks Nelson,
this was very useful for me too!
I have to say that when works a lot better than iffn, the latter seems
to work one time only, in my case it gives always 'true' in the second
cell where I use it with the same condition, while in the first one it
seems to work, very strange. "when" made everything work as expected.
On 18 Feb, 19:23, Nelson Sousa <
nso...@gmail.com> wrote:
> yes, you have a few.
> a) you can use a when statement, as when(condition, value_if_true,
> value_if_false)
> b) you can use iffn, which is an if function exclusive to the spreadsheet
> (it's used the same way as when)
> c) you can also create functions, having all cell references passed as
> arguments to the function if you need a more elaborate structure
> d) you can store the cells you need in variables and have a function use
> those variables to produce a given result.
>
> Of course all these statements can be combined with logical operators like
> and, or, xor, etc, to produce very complex functions.
>
> Also you can see count and countif functions, as they can be useful.
>
> Nelson
>
> On Wed, Feb 18, 2009 at 23:28, Edward Deleon <
edward.m.del...@gmail.com>wrote:
>
> > Does the spreadsheet in the Nspire accept If...Then statements, similar to
> > the way that Excel does? I've tried variations of the formula with little
> > success.
>
> > I know it's possible to create a function in the Program Editor, but I was
> > hoping for a simpler use within a spreadsheet cell. Besides, I need to
> > include cell references within the If statement.
>
> > --
> >
edward.m.del...@gmail.com
> >
301-841-5221