+ Reply to Thread
Results 1 to 5 of 5

Returning end date of a lease term based on term and type

  1. #1
    Forum Contributor
    Join Date
    09-03-2004
    Location
    Vancouver, BC Canada
    Posts
    137

    Returning end date of a lease term based on term and type

    Hi Folks,

    I have a lease table with that has terms set in Months and Fortnights. Attached is a sample file, and I'd like to calculate the date when the lease ends based on the criteria. Please do let me know if my requirement is not spelt out clearly

    Thanks for your help

    Best,
    SJ
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,175

    Re: Returning end date of a lease term based on term and type

    Try this:

    =IF(F3="months",EDATE(C3,E3),IF(F3="fortnightly",EDATE(C3,E3/2)+MOD(E3,2)*15,""))

  3. #3
    Forum Contributor
    Join Date
    09-03-2004
    Location
    Vancouver, BC Canada
    Posts
    137

    Re: Returning end date of a lease term based on term and type

    Thanks a lot for solving it
    Best
    SJ

  4. #4
    Forum Contributor
    Join Date
    09-03-2004
    Location
    Vancouver, BC Canada
    Posts
    137

    Re: Returning end date of a lease term based on term and type

    Quote Originally Posted by Phuocam View Post
    Try this:

    =IF(F3="months",EDATE(C3,E3),IF(F3="fortnightly",EDATE(C3,E3/2)+MOD(E3,2)*15,""))
    Thanks Phuocam!

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

    Re: Returning end date of a lease term based on term and type

    You're welcome!

    f that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
    Last edited by Phuocam; 07-08-2019 at 11:00 PM.

+ 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. Replies: 1
    Last Post: 01-03-2019, 08:38 AM
  2. Help with formulas <> to calculate Weighted average lease term
    By RKP in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-11-2017, 06:45 AM
  3. Replies: 3
    Last Post: 02-04-2016, 06:24 PM
  4. Calculate 2/3 of lease term
    By InnovativeOffice in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-08-2014, 10:24 AM
  5. Calculating short term and long term moving average in VBA
    By ixthus in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-10-2013, 02:40 AM
  6. Max/Min employees based on start/term date
    By need.help. in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-09-2013, 11:32 AM
  7. Lease term dates
    By OCD Cindy in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-05-2006, 04:30 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