Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to reproduce the following Excel table:
Date
Total Number of Registered Users
Number logging in per week
Usage as % of Total
6-Dec-13
3523
118
29-Nov
3532
5
22-Nov
3521
8
15-Nov
3517
6
8-Nov
3516
26
1-Nov
28
25-Oct
13
18-Oct
3,515
24
In Excel, this is simple - I set the date in the first row, and then the first column is simply A1-7,A1-14, etc.
When I do my sums, it's simply (e.g. for B1) COUNTIF(joindate<=A1,username), and copy it down.
How would I do this in QV? I'm sure it's simple, but I can't see it.
Thanks!