+ Reply to Thread
Results 1 to 1 of 1

Conversion Rate Calculation (Formula)

  1. #1
    Registered User
    Join Date
    08-27-2008
    Location
    United States of America
    Posts
    3

    Conversion Rate Calculation (Formula)

    Hi There,

    I just figured something out on my own that I'd like to share with anyone who might need this info.

    I was trying to determine the Conversion Rate for the # of leads I got and the # of files I was submitting (this is good for sales people).

    So my calculation is: SUBBIES / LEADS = CONVERSION RATE

    Another way of explaining that calculation is: Quantity of Submissions divided by Quantity of Leads equals Conversion Rate (as a percentage).

    For Subbies (Submissions) and Leads I used the Icon formatting in a way that a green checkmark replace the number 3 that I entered into the cell.

    So I needed a formula that would count all the 3's in a range of cells and then divide the total with the total of 3's in another range of cells.

    (COUNTIF A5:A25,3) will find all cells containing the number 3 in the range of A5 through A25.

    FORMULA =((COUNTIF A5:A25,3)/(COUNTIF B5:B25,3))

    So I had 5 green checkmarks for my Subbies column (A) and 25 green checkmarks for my Leads column (B) which equals a conversion rate of 20%.

    I hope this information is helpful for someone out there.
    Last edited by VBA Noob; 12-03-2008 at 04:28 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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