calculating % uplift

bsnapool

Active Member
Joined
Jul 10, 2006
Messages
452
Hi,

wondering if anyone could help me out on this... I wanting to calculate an uplift in demand based on a few measures. These being conversion rate, AOV and sales.

If I have a conversion rate of 14.15% for one period and 14.79% (difference is 0.64) how can i calculate uplift in demand on the 0.64.

I would like an automated way excel document to add the conversion rates-orders and AOV to calulate the uplift.

Any ideas?

Any help appreciated
 

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
=(154210 - 142386) / (8474 - 7748) = $16.29 per additional visit

is this a true reflection on the conversion uplift?
 
Upvote 0
If Visits and AOV had remained constant:

=((E3-E2)/E2)*C2*F2

which returns £6,444.33 additional sales.

Andrew, for some reason im not getting the same value as you...
A B C D E
Page visits Orders Sales Conversion Rate AOV Incremntal demand generated
1 A 7,748 1,096 £142,386.06 14.15% $130
2 B 8,474 1,253 £154,210.72 14.79% $123

Im getting 6,450.33
 
Upvote 0
I just copied your data from the Board, with the precision displayed. Your result is returned if there are formulas in columns E and F. In E2:

=C2/B2

and F2:

=D2/C2

copied down.
 
Upvote 0

Forum statistics

Threads
1,224,602
Messages
6,179,844
Members
452,948
Latest member
UsmanAli786

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