+ Reply to Thread
Results 1 to 7 of 7

Find the average redemption rate

  1. #1
    Registered User
    Join Date
    10-11-2016
    Location
    London, England
    MS-Off Ver
    10
    Posts
    16

    Find the average redemption rate

    Hi All,

    Please see the attached sheet(s) I'm trying to figure out for each 'ID' what their average redemption rate is (eg. from their first redemption to their last redemption they redeemed and average of once per week or 0.2 times per week) and then a total average redemption

    the difficulty comes from the first redemption and last redemption being different across each different ID....

    Does anyone know how I could work this out?

    Thank you :D
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    10-11-2016
    Location
    London, England
    MS-Off Ver
    10
    Posts
    16

    Re: Find the average redemption rate

    Does anyone have any ideas on this? Maybe doing it just on the ones that are 2+ redemptions would help otherwise all the single redemptions will throw out the averages?

    Thanks for any help anyone can give!

  3. #3
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,556

    Re: Find the average redemption rate

    If I understand correctly you want to know the average number of transactions in a calendar week for a particular item as well as the overall transactions per week for all items. On the pivot table sheet remove the grand totals, take the transactions out of the row labels and place the following formula in E5 and copy down:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    For the overall average paste the following formula in E90:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If this is not producing the expected results then it would be helpful if you would tell us the results that you would expect a formula to produce for some of the items especially the ones like 447*****1385 where there are multiple transactions in multiple weeks.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  4. #4
    Registered User
    Join Date
    10-11-2016
    Location
    London, England
    MS-Off Ver
    10
    Posts
    16

    Re: Find the average redemption rate

    Hi JeteMc,

    Thanks for getting back to me! The problem with this (and I expect it's been caused by the way I've laid out the pivot table) is that not all the people were there for the whole 3 weeks. Some of them only started to redeem on, say the last week.

    So customer ***1385 came in for the 1st time on the 14th and the last time on the 27th so their average of 5 visits was between 14 days - meaning they visit every 2.8 days. Now I can work this out individually for each line by doing =datedif to count up the days, however because the dates are only in the top column and because the dates start and end in different columns I've had to manually type in which columns of row 2 to count between (I did this after doing a copy & paste of just the pivot table values) ....it's gets the results but isn't a good way to get there, this spreadsheet is only a fraction of the total data i need to do this for!

    Hope that makes more sense - I've included a new sheet (Very manual workings!) with examples of what I've done on row's 3-5, columns n, m,o.

    Any improvements would be much appreciated!

    Thanks
    Lx
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,193

    Re: Find the average redemption rate

    In P3 of your manual results:

    =COUNTIF('RAW DATA'!D:D,'Very manual workings!'!A3) Number of transaction for a voucher

    in Q3 First Transaction date

    =MIN(IF('RAW DATA'!$D$2:$D$100=$A3,'RAW DATA'!$E$2:$E$100))

    in R3 Last transaction date

    =Max(IF('RAW DATA'!$D$2:$D$100=$A3,'RAW DATA'!$E$2:$E$100))

    in S3 Average redemption

    =((R3-Q3)+1)/P3

    You can combine Q and R and replace in S3 formula

    Hope this helps.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    10-11-2016
    Location
    London, England
    MS-Off Ver
    10
    Posts
    16

    Re: Find the average redemption rate

    Hey John,

    Great - It took me a while to work out the changes I needed to move it into the bigger document... but I got there eventually!! I still don't really understand why but eventually figured (after lots of googling!) I had to Ctrl/Shift and Enter to make the Min and max formula's work!

    Thank you very much for your help!

    Lx

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,193

    Re: Find the average redemption rate

    My apologies:I (obviously!) missed telling you enter MIN/MAX with Ctrl+Shift+Enter.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to calculate Average Growth Rate
    By rmeister29 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-28-2015, 06:09 PM
  2. Calculate the Average attrition rate
    By oseroser in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-17-2013, 05:41 AM
  3. Redemption dll distribution/installation
    By Kained in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-24-2009, 09:36 AM
  4. [SOLVED] Help emailing worksheet range via Redemption
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-17-2006, 04:00 PM
  5. Using Redemption to email cells with Ron's mailing code
    By Mike K in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-05-2006, 05:40 PM
  6. growth rate but not average
    By kotlon in forum Excel General
    Replies: 1
    Last Post: 06-19-2006, 06:15 AM
  7. Average Attrition Rate
    By mdalby in forum Excel General
    Replies: 1
    Last Post: 04-04-2006, 12:00 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1