+ Reply to Thread
Results 1 to 6 of 6

returning certain amounts for certain date ranges

  1. #1
    Registered User
    Join Date
    10-25-2016
    Location
    Atlanta, Georgia
    MS-Off Ver
    2016
    Posts
    2

    returning certain amounts for certain date ranges

    Hi there,

    I am trying to automate populating a cell with a certain tuition amount for a fiscal year. Basically, I have a cell with a date. If that date falls between 9/1/16 and 8/31/17, I need the formula to return a value of $4,991. If it is between 9/1/17 and 8/31/18, the value needs to be $5,490, and so on. If it is any easier, this amount increases 10% every fiscal year. I've been working on this for over two hours, and can't seem to figure it out.

    Thank you so much for your input!

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,913

    Re: returning certain amounts for certain date ranges

    Try this ...

    =4991*(DATEDIF(DATE(2016,9,1),A1,"Y")*0.1+1)

  3. #3
    Forum Expert Arkadi's Avatar
    Join Date
    02-13-2014
    Location
    Smiths Falls, Ontario, Canada
    MS-Off Ver
    Office 365
    Posts
    5,059

    Re: returning certain amounts for certain date ranges

    The only difference I had was adding a round function since you didn't indicate a .1 on the tuition for the next year

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Please help by:

    Marking threads as closed once your issue is resolved. How? The Thread Tools at the top
    Any reputation (*) points appreciated. Not just by me, but by all those helping, so if you found someone's input useful, please take a second to click the * at the bottom left to let them know

    There are 10 kinds of people in this world... those who understand binary, and those who don't.

  4. #4
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,913

    Re: returning certain amounts for certain date ranges

    A little shorter ...

    =4991*((YEAR(A1+122)-2017)*0.1+1)

  5. #5
    Registered User
    Join Date
    10-25-2016
    Location
    Atlanta, Georgia
    MS-Off Ver
    2016
    Posts
    2

    Re: returning certain amounts for certain date ranges

    Thanks, this works, and it is different from how I was approaching it. However, the 10% increase needs to be not from the base number, but an incremental increase rather, based on the last year's tuition (4991, 5490 (4991*1.1), 6039 (5490*1.1), 6643 (6039*1.1), and so on.

  6. #6
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,913

    Re: returning certain amounts for certain date ranges

    Maybe like this ...

    =4991*1.1^(YEAR(A1+122)-2017)
    Last edited by Phuocam; 10-25-2016 at 10:53 AM.

+ 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] Checking 2 date ranges and TRU/FLS info and returning value (sort of)
    By llamafarmer in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-15-2016, 11:05 AM
  2. Replies: 8
    Last Post: 02-05-2015, 01:39 PM
  3. Deduct (percentage) amounts off of specific quantity ranges
    By samliebl in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-09-2014, 04:37 PM
  4. Returning Values based on date falling between Date ranges
    By honest1122 in forum Excel General
    Replies: 5
    Last Post: 06-29-2012, 05:10 PM
  5. Returning borrowed $ amounts
    By Junwara in forum Excel General
    Replies: 4
    Last Post: 02-11-2012, 11:23 AM
  6. Charting Amounts Between Overlapping Date Ranges
    By thomasutley in forum Excel General
    Replies: 0
    Last Post: 09-27-2011, 12:43 PM
  7. Resolved >>> summing amounts corresponding to variable date ranges
    By dzkgny in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-25-2007, 04:21 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