Hi,
Thanks for a quick reply :-)
On Nov 29, 4:10 pm, hall.j...@gmail.com wrote:
> I don't believe that you can imbed array ranges into a chart's
> range... so you're going to be stuck using some sort of sumif in a
> separate column... I don't like that solution because, with your file
> size, sumif is not particularly efficient (using the sumproduct array
> trick might be quicker... haven't tested)... =dsum is another
> choice...
Actually I dont need the chart to plot filesize. A chart over total
files pr. day is all Im looking for.
> You might be better off writing a macro that ripped through the data
> and created a clean grid with the totals that you want and then chart
> from that new grid...
Macros is new to me but it sounds interesting. In your opinion will
this require expert knowledge?
Rasmus
hall.jeff@gmail.com - 29 Nov 2007 15:43 GMT
Something like this would require a working knowledge of VBA... if you
don't feel that that's you, I'd recommend just adding a tab that has a
summary grid that your chart can refer to...
ro@dxp.dk - 30 Nov 2007 08:46 GMT
On Nov 29, 4:43 pm, hall.j...@gmail.com wrote:
> Something like this would require a working knowledge of VBA... if you
> don't feel that that's you, I'd recommend just adding a tab that has a
> summary grid that your chart can refer to...
Ok, can you possible give me an example of a function (sumif/
sumproduct/dsum?) adding all the log entries pr. date in another tab?
Just something to get me started. Thanks
Rasmus
ro@dxp.dk - 03 Dec 2007 08:45 GMT
On Nov 30, 9:46 am, r...@dxp.dk wrote:
> On Nov 29, 4:43 pm, hall.j...@gmail.com wrote:
> Ok, can you possible give me an example of a function (sumif/
> sumproduct/dsum?) adding all the log entries pr. date in another tab?
> Just something to get me started. Thanks
Doh! - I allready had those sumproducts ;-)
BTW. Pivottable seems to do the job with regards to my dynamic chart
request.
Best regards,
Rasmus