+ Reply to Thread
Results 1 to 7 of 7

Sum Up To Certain Number

  1. #1
    Registered User
    Join Date
    03-28-2013
    Location
    USA
    MS-Off Ver
    Excel 2016
    Posts
    25

    Sum Up To Certain Number

    I am creating a spreadsheet for my credit card rewards.

    Up to 1500 dollars, the card earns 5x points (Per Quarter). After that it earns 1x points.

    I am trying to figure out how to calculate this. I can figure it out for the first month but then to carry it over to the next two while keeping track of the previous month is where I'm getting hung up I think

    If A VBA is not necessary, IF formulas are fine.

    I'm sure I'm way over thinking this process but any help would be greatly appreciated. Every time i think I have it, something is missing.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Sum Up To Certain Number

    It can be done with formula.

    You get better result on your question if you add a small excel file, without confidential information.

    Please also add the expected results manualy in your file.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    03-28-2013
    Location
    USA
    MS-Off Ver
    Excel 2016
    Posts
    25

    Re: Sum Up To Certain Number

    Will Do Now

  4. #4
    Registered User
    Join Date
    03-28-2013
    Location
    USA
    MS-Off Ver
    Excel 2016
    Posts
    25

    Re: Sum Up To Certain Number

    Hope this kinda clears it up...
    Attached Files Attached Files

  5. #5
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Sum Up To Certain Number

    d15 =MIN($C15;1500)*5+($C15-MIN($C15;1500))*1

    See the attached file (the green cells)

  6. #6
    Registered User
    Join Date
    03-28-2013
    Location
    USA
    MS-Off Ver
    Excel 2016
    Posts
    25
    Quote Originally Posted by oeldere View Post
    d15 =MIN($C15;1500)*5+($C15-MIN($C15;1500))*1

    See the attached file (the green cells)
    Thanks! This should work, I'll implement it into those other formulas because I have multiple credit cards on this sheet so i used the SumIfs for each card. Thanks again!

    Will there be a way to separate it by month still?

  7. #7
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Sum Up To Certain Number

    Will there be a way to separate it by month still?
    show in an excel file what you mean (including the result).

+ 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. [SOLVED] Macros to mark number in a column, if number is x+10, given previously marked number x.
    By aleem5 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-04-2015, 07:49 PM
  2. Replies: 1
    Last Post: 02-04-2015, 03:54 PM
  3. Replies: 10
    Last Post: 10-30-2013, 07:29 PM
  4. Validation Number number number + letter depending on numbers
    By Adamitus in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-31-2012, 04:28 AM
  5. number in cell is number to add number of rows wit copy some contex
    By nicollab in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-31-2012, 08:09 AM
  6. Lookup largest number in a column treating negative number as postive number
    By xWiZardx in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-17-2010, 08:09 AM
  7. Replies: 7
    Last Post: 12-18-2008, 07:34 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