Page 1 of 1

Counting # of Elements in a Subset

Posted: Fri Dec 11, 2009 6:32 pm
by KevinB
Hello All!

Does anyone have a quick method or function that returns the number of elements in a subset?

Thanks!

~Kevin

Re: Counting # of Elements in a Subset

Posted: Fri Dec 11, 2009 6:45 pm
by Wim Gielis
Hello Kevin

In a worksheet, you would use the function SUBSIZ.

In a TI process, you would use the function SUBSETGETSIZE.

Re: Counting # of Elements in a Subset

Posted: Fri Dec 11, 2009 7:04 pm
by KevinB
Wim,

Wow.. Too easy.

Thanks for your help!

~Kevin