+ Reply to Thread
Results 1 to 5 of 5

Milestone dates to calculate a revenue payment

  1. #1
    Registered User
    Join Date
    10-02-2014
    Location
    Chicago
    MS-Off Ver
    2013
    Posts
    4

    Milestone dates to calculate a revenue payment

    So I've got three dates, and each date corresponds to an amount of money to be paid.

    I'd like a formula that shows me the amount paid after a series of date milestones are reached.

    something like this:

    If date1<today,1000, 0
    If date1 and date2<today, 2250,0
    If date1 and date2 and date3<3500,0


    thanks :-)
    Last edited by bdlchicago; 10-02-2014 at 06:25 PM.

  2. #2
    Registered User
    Join Date
    10-02-2014
    Location
    Chicago
    MS-Off Ver
    2013
    Posts
    4

    Re: Milestone dates to calculate a revenue payment

    I think I got this:

    =IF(TODAY()>F2,3500,IF(TODAY()>E2,2250,IF(TODAY()>D2,1000,0)))

  3. #3
    Forum Contributor
    Join Date
    01-29-2009
    Location
    US
    MS-Off Ver
    Excel 2010
    Posts
    123

    Re: Milestone dates to calculate a revenue payment

    Assuming A1 is date1, B1 is date2, C1 is date3, try this:

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


    This only works if all three date cells are populated.

  4. #4
    Registered User
    Join Date
    10-02-2014
    Location
    Chicago
    MS-Off Ver
    2013
    Posts
    4

    Re: Milestone dates to calculate a revenue payment

    My method worked. With yours, there's always a payment. I needed to cover where none of the milestones had been reached yet.

    Can you explain your use of AND in your statement? I don't get what that does exactly.

  5. #5
    Registered User
    Join Date
    10-02-2014
    Location
    Chicago
    MS-Off Ver
    2013
    Posts
    4

    Re: Milestone dates to calculate a revenue payment


+ 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. Nested IF function to count days from milestone dates
    By glenpizz1978 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-26-2014, 10:16 AM
  2. Replies: 3
    Last Post: 07-29-2013, 11:31 AM
  3. How can I populate milestone dates for more than one outcome excel
    By Bayebd24 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-21-2012, 12:31 PM
  4. Calculate Loan Payment Dates
    By Vinod Mahendrakar in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-28-2006, 02:10 AM
  5. calculate payment with first payment due date variable?
    By Jody Solbach in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-08-2005, 12:46 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