C
cmcgath
I need to retrieve values from a monthly database and I cannot use Excel
database functions because they are too primitive. What I have come across
is using arrays like fields and criteria in 1-2-3 database functions like
this:
{=SUM((DBVAR="CRMUSCR--VA")*(DBYEAR=2007)*(DB_JAN))}
If I want to retrieve data from each month in separate cells, it seems to me
that I have to create at least 14 arrays, one for the variable, one for the
year, and one for each month's values. (In 1-2-3, you just set up a database
with field headings and put a field and criteria into a database function, a
much more sophisticated way to do this.)
Is there any way to accomplish what I want to do without having to name 14
arrays?
database functions because they are too primitive. What I have come across
is using arrays like fields and criteria in 1-2-3 database functions like
this:
{=SUM((DBVAR="CRMUSCR--VA")*(DBYEAR=2007)*(DB_JAN))}
If I want to retrieve data from each month in separate cells, it seems to me
that I have to create at least 14 arrays, one for the variable, one for the
year, and one for each month's values. (In 1-2-3, you just set up a database
with field headings and put a field and criteria into a database function, a
much more sophisticated way to do this.)
Is there any way to accomplish what I want to do without having to name 14
arrays?