+ Reply to Thread
Results 1 to 5 of 5

Loyalty Scorecard

Hybrid View

  1. #1
    Registered User
    Join Date
    08-17-2015
    Location
    Cairo,Egypt
    MS-Off Ver
    Office 2010
    Posts
    3

    Loyalty Scorecard

    Dear All,
    I have a small supermarket, and I want to make loyalty program for my clients so I will give point(s) for each pound paid, monthly I will calculate each client's total spending and accordingly will give him points.
    Example:
    TTL Spending Points
    0 - 500 0
    501 -1,000 100
    1,001 -2,000 120
    2,001 -3,000 150
    Any Ideas.
    Tks

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,422

    Re: Loyalty Scorecard

    Make a little table somewhere showing the start of each spending range and the number of points for each range, like this:

    0 ... 0
    501 ... 100
    1001 ... 120
    2001 ... 150

    Suppose you put this in X1 to Y4. Then if your monthly spend is in column M, starting with M2, then you can have this formula in N2:

    =VLOOKUP(M2,$X$1:$Y$4,2)

    to return the points. Copy this down as required.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    08-17-2015
    Location
    Cairo,Egypt
    MS-Off Ver
    Office 2010
    Posts
    3

    Re: Loyalty Scorecard

    Thanks for quick answer, but I didn't understand how I apply it, I attached a sheet can you please show me how to use the formula
    Thanks
    Attached Files Attached Files

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    25,422

    Re: Loyalty Scorecard

    Put this formula in D4 of Sheet1:

    =VLOOKUP(C4,Sheet2!$B$2:$D$7,3)

    then copy down.

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    08-17-2015
    Location
    Cairo,Egypt
    MS-Off Ver
    Office 2010
    Posts
    3

    Re: Loyalty Scorecard

    Thanks
    it's working
    Many Many 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. Golf Scorecard help!
    By sflash44 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-19-2014, 04:54 PM
  2. Customer Retention/Loyalty program
    By joanne9336 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-04-2014, 03:37 AM
  3. Scorecard for quiz
    By stephen_ in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-12-2012, 10:45 AM
  4. Add multiple positive and negative values to an existing cell
    By garyjbowen in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-03-2012, 05:28 PM
  5. Please help with QC scorecard I am trying to create
    By aznboi in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-31-2012, 08:52 AM
  6. Customer loyalty by rep
    By jrussell in forum Excel General
    Replies: 2
    Last Post: 02-25-2010, 02:43 PM
  7. Excel 2007 : Scorecard
    By agreen77 in forum Excel General
    Replies: 2
    Last Post: 02-12-2010, 04:58 PM

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