+ Reply to Thread
Results 1 to 4 of 4

Auto populating Dates

  1. #1
    Registered User
    Join Date
    11-04-2015
    Location
    Texas
    MS-Off Ver
    2013
    Posts
    7

    Exclamation Auto populating Dates

    Okay, Trying to get a table to populate. I'm not sure if there's even a way, and if there is, it's probably really complicated.

    In cell B16 I have a drop down list that you can select a payment frequency of bi weekly or weekly. I want to make it so when, for example, they select weekly, the table on the right will populate with the weekly dates for each payment, all the way down till the last week of payment.

    I also want it to where it automatically figures out the end date in B19 given the information it receives from B16 and B17.


    Please help!PayAdvance Template.xlsx

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Auto populating Dates

    for the end date you can put this formula in C19:

    =C18+(C17-1)*7*(1+(LEFT(C16)="B"))

    Format the cell as a date. To get the individual dates, you can put this formula in G6:

    =IF(G5="","",IF(G5+7*(1+(LEFT(C$16)="B"))>C$19,"",G5+7*(1+(LEFT(C$16)="B"))))

    Format G6 as a date,and copy the formula down as far as you like.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    11-04-2015
    Location
    Texas
    MS-Off Ver
    2013
    Posts
    7

    Re: Auto populating Dates

    Thank you! This is exactly what I needed!

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: Auto populating Dates

    That's good to hear.

    If that takes care of your original question, please select Thread Tools from the menu above your first post and mark this thread as SOLVED.

    Also, since you are relatively new to the forum, you might like to know that you can directly thank those who have helped you by clicking on the small "star" icon located in the lower left corner of a post that you have found to be helpful (not just in this thread - for any post that has helped you). This also adds to the reputation of the poster (the small green bars in the poster's profile).

    Pete

+ 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. Populating list of dates from another sheet with Start Dates and End Dates
    By Jesshloly in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-05-2015, 04:07 AM
  2. Auto Populating Calendar for Multiple Dates from Column Data
    By TrackingDates in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-18-2014, 03:39 PM
  3. Auto-populating a calendar with multiple dates
    By lamct in forum Excel General
    Replies: 2
    Last Post: 07-20-2013, 05:16 PM
  4. [SOLVED] Prevent Graphs from auto populating dates not present in Table
    By retrospikz in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 06-26-2013, 02:53 AM
  5. Replies: 0
    Last Post: 02-21-2013, 09:04 AM
  6. write a program or macro for auto populating dates
    By emondragon07 in forum Excel Programming / VBA / Macros
    Replies: 18
    Last Post: 01-15-2013, 07:19 PM
  7. Auto Populating Dates Problems
    By img_jdawson in forum Excel General
    Replies: 1
    Last Post: 12-18-2010, 08:17 AM

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