Calculating percentages

SDowse

Board Regular
Joined
Sep 23, 2009
Messages
120
Hi,

I am new to Access, so bare with me.

I have 2 tables, both with date fields. One tables records visits to a website, by date, and the other records sign-ups by date. I have created a cross-tab query to count the visits by month and a second cross-tab query to count sign-ups by month. What I am now wanting to do is work out the percentage of sign-ups compared to visits to the website. Any idea how I can do this?

Thanks,
Me
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
You will want to create a query that has a record for each month, and shows the visits and sign-ups for each month. You can then add a calculated field to calculate the percentage between those two numbers.

What exactly the SQL code for that query should look like depends on the structure of your data tables. If you need help with that, please provide the structure and a small data sample of the tables.
 
Upvote 0

Forum statistics

Threads
1,213,494
Messages
6,113,981
Members
448,538
Latest member
alex78

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