Dlinen

New Member
Joined
Oct 10, 2016
Messages
1
Hi Guys,

I am trying to make myself a dashboard that is updating itself as much as possible. I have one data sheet with all the source data which is in the following format:

Startdatumnew membersNew member %page viewsvisits
4.1.16wk10000
11.1.16wk20000
18.1.16wk30000
25.1.16wk40000
1.2.16wk571%4086750
8.2.16wk6218%1547256
15.2.16wk73211%1685291
22.2.16wk893%1032258
29.2.16wk94110%2909403
.....................
19.12.16wk51
26.12.16wk52............
TotalsSum=visits/new membersSumSum

<tbody>
</tbody>


and then I have a dashboard which summarizes all the data, which I would like to have updated automatically so i only have to fill in the new data in the data sheet.

Dashboard:

New Members
41 (1)
Sparkline last 12 wks (4)% change between wk 9&8 (2)
"vs Wk 8" (text that shows vs WK & the second last week with data (3)

<tbody>
</tbody>


In the dashboard the following things should be calculated:

1. New members: Show Value of Last Cell in column Members
2. Growh rate vs. previous week: ((Value of last cell in Members)-(Value of second last cell))/(Value of second last cell)
3. Description cell: Text "VS Week (second last week, i.e. if the last data was entered in week ="vs wk " & 'Sourcedata total'!$C$39
4. Sparkline with the last 12 weeks of data


I hope i explained it in a way that makes sense. feel free to reach out and ask questions. I do have a sample xlsx doc to share if that would help.

Thanks, Dlinen
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce

Forum statistics

Threads
1,214,920
Messages
6,122,276
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top