+ Reply to Thread
Results 1 to 2 of 2

Formula for incremental increase

  1. #1
    alexrm
    Guest

    Formula for incremental increase


    I am trying to write a formula that will give each cutomer in my file 1
    point for every 3,000 of product that they purchase up to 5 total
    points. I have tried many variations on IF statments but am unable to
    get them correctly recognize each level. Any assistance that anyone
    could provide would be greatly appreciated!

    -A


    --
    alexrm

  2. #2
    jahoobob
    Guest

    Re: Formula for incremental increase


    alexrm Wrote:
    > I am trying to write a formula that will give each cutomer in my file 1
    > point for every 3,000 of product that they purchase up to 5 total
    > points. I have tried many variations on IF statments but am unable to
    > get them correctly recognize each level. Any assistance that anyone
    > could provide would be greatly appreciated!
    >
    > -A

    if the # of products is in A1, then place this formula where you want
    points:
    =IF(INT(A1/3000)<5,INT(A1/3000),5)


    --
    jahoobob

+ 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