+ Reply to Thread
Results 1 to 2 of 2

Advanced Logic Question - Is It Possible

  1. #1
    Registered User
    Join Date
    02-28-2011
    Location
    nyc
    MS-Off Ver
    Excel 2007
    Posts
    12

    Advanced Logic Question - Is It Possible

    Hi,

    I have a spreadsheet with a set of dates and rent charged on certain dates. Rent changes on certain dates, I would like to automate the spreadsheet so I do not have to manually go in and spread out the rent based on the dates. Essentially this is a rent schedule and I want the total rent to populate automatically in each calender year without the need for manual calculations.

    Thanks for your help.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    03-16-2004
    Location
    UK
    MS-Off Ver
    2003
    Posts
    85

    Re: Advanced Logic Question - Is It Possible

    Try something like this simply with spreadsheet formulae
    In new sheet
    1. In column A, set up a list of all the first days of the month from 2009 to 2019 (1st Jan 09, 1st Feb 09 ... etc)
    2. Populate column B with year using =year(date) function
    2. Populate column C with rates
    3. In a seperate summary table for each year use =sumif(A1:A300,">"&?End-Date?,C1:C300)-sumif(A1:A300,"<="&?Start-Date?,C1:C300)
    Phil

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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