A
A Nony Mouse
Hi all...
I'm a long time excel user, but I would far from call myself a 'power user'.
In my new job, I'm responsible for tracking more and more data and using
excel as a reporting tool.
I bought the Excel2003 Bible (Walkenbach) for guidance and I'm having some
trouble with using arrays.
I have a spreadsheet with student names, gender, ethnicity, and their
'status' at our institution (in columns). I need to -count- those students
who meet multiple criteria... For example, all the females who are admitted
or enrolled and are African American. According to the 'Bible' (and my
programming background), I'd probably use an array something like this:
{=SUM((Gender="F")*(Ethnicity="AA")*((Status="Enrolled")+(Status="Admitted")
))}
When I enter the array (yes, I know not to enter the {}s) with
CNTRL-SHFT-ENTER, I always get a #NUM! error in the cell. It seems like the
array wants numerical inputs for the field values... According to all the
printed examples in the 'Bible', however, this array should work.
Anyone have a clue what might be wrong??
Help!! Mouse
I'm a long time excel user, but I would far from call myself a 'power user'.
In my new job, I'm responsible for tracking more and more data and using
excel as a reporting tool.
I bought the Excel2003 Bible (Walkenbach) for guidance and I'm having some
trouble with using arrays.
I have a spreadsheet with student names, gender, ethnicity, and their
'status' at our institution (in columns). I need to -count- those students
who meet multiple criteria... For example, all the females who are admitted
or enrolled and are African American. According to the 'Bible' (and my
programming background), I'd probably use an array something like this:
{=SUM((Gender="F")*(Ethnicity="AA")*((Status="Enrolled")+(Status="Admitted")
))}
When I enter the array (yes, I know not to enter the {}s) with
CNTRL-SHFT-ENTER, I always get a #NUM! error in the cell. It seems like the
array wants numerical inputs for the field values... According to all the
printed examples in the 'Bible', however, this array should work.
Anyone have a clue what might be wrong??
Help!! Mouse