R
Rob Gould
Hello all,
I have an Excel database of around 5,000 rows. One of the fields
contains a date. I colate the data on a separate sheet into
categories for a specific date by using the following array fomula:
{=ROUND(SUM((DATA!$C$2:$C$5000="Daily
News")*(DATA!$B$2:$B$5000=B78)*DATA!$Z$2:$Z$5000),2)}
B78 contains the date required and column Z contains the revenues I am
wanting to add together for that particular date, in order to get a
single figure.
Is there any other way of adding together the revenues of a number of
records for a particular date, other than using the array formula
above. It just takes sooooo long to calculate!
Many thanks.
Rob
I have an Excel database of around 5,000 rows. One of the fields
contains a date. I colate the data on a separate sheet into
categories for a specific date by using the following array fomula:
{=ROUND(SUM((DATA!$C$2:$C$5000="Daily
News")*(DATA!$B$2:$B$5000=B78)*DATA!$Z$2:$Z$5000),2)}
B78 contains the date required and column Z contains the revenues I am
wanting to add together for that particular date, in order to get a
single figure.
Is there any other way of adding together the revenues of a number of
records for a particular date, other than using the array formula
above. It just takes sooooo long to calculate!
Many thanks.
Rob