+ Reply to Thread
Results 1 to 8 of 8

Trying to setup a speadsheet that auto updates values that i've designated by date

Hybrid View

  1. #1
    Registered User
    Join Date
    06-29-2017
    Location
    florida
    MS-Off Ver
    2016
    Posts
    7

    Trying to setup a speadsheet that auto updates values that i've designated by date

    I'm trying to setup my Loan spreadsheet to update the current value remaining into a single cell but I don't have a strong understanding of excel. Can someone please assist me in fixing my function it keeps returning a blank value.. I would like it to read something akin to:

    K19 =VLOOKUP(K17, D1:J74, 6).

    K17 =DATE(YEAR(TODAY()), MONTH(TODAY()), 1+8).

    excellscreenshot.PNG

  2. #2
    Registered User
    Join Date
    06-27-2017
    Location
    Ohio, USA
    MS-Off Ver
    2013
    Posts
    5

    Re: Trying to setup a speadsheet that auto updates values that i've designated by date

    What are you trying to achieve with the "1+8" at the end of the formula in K17?

  3. #3
    Registered User
    Join Date
    06-29-2017
    Location
    florida
    MS-Off Ver
    2016
    Posts
    7

    Re: Trying to setup a speadsheet that auto updates values that i've designated by date

    The bill date is the 9th of each month. I suppose I could've just said 9. The 1 was already a part of the original function and I was just testing what would work.

  4. #4
    Registered User
    Join Date
    06-27-2017
    Location
    Ohio, USA
    MS-Off Ver
    2013
    Posts
    5

    Re: Trying to setup a speadsheet that auto updates values that i've designated by date

    Try the following formula

    K17 = DATE(YEAR(TODAY()), MONTH(TODAY()), Day(9))

  5. #5
    Registered User
    Join Date
    06-29-2017
    Location
    florida
    MS-Off Ver
    2016
    Posts
    7

    Re: Trying to setup a speadsheet that auto updates values that i've designated by date

    K17 = DATE(YEAR(TODAY()), MONTH(TODAY()), Day(9)) Produces a value of Month/8/Year... oddly enough.

    But K17 = DATE(YEAR(TODAY()), MONTH(TODAY()), 9) works.

    It still produces a blank value in conjunction with VLOOKUP though.

  6. #6
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2504
    Posts
    19,096

    Re: Trying to setup a speadsheet that auto updates values that i've designated by date

    For K19 try:
    Formula: copy to clipboard
    =INDEX(J2:J75,MATCH(DATE(YEAR(TODAY()),MONTH(TODAY()),9),D2:D75,0))
    OR
    Formula: copy to clipboard
    =INDEX(J2:J75,MATCH(K17,D2:D75,0))

    Let us know if you have any questions.
    Last edited by JeteMc; 06-30-2017 at 02:17 PM. Reason: Added second formula
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  7. #7
    Registered User
    Join Date
    06-29-2017
    Location
    florida
    MS-Off Ver
    2016
    Posts
    7
    Quote Originally Posted by JeteMc View Post
    For K19 try:
    Formula: copy to clipboard
    =INDEX(J2:J75,MATCH(DATE(YEAR(TODAY()),MONTH(TODAY()),9),D2:D75,0))
    OR
    Formula: copy to clipboard
    =INDEX(J2:J75,MATCH(K17,D2:D75,0))

    Let us know if you have any questions.
    My issue was that I was referencing information from column 6 which was blank instead of column 7 that contained the final loan amount. Silly mistake from an amatuer user. Thank you for your response though.

  8. #8
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2504
    Posts
    19,096

    Re: Trying to setup a speadsheet that auto updates values that i've designated by date

    Glad that you resolved the issue. I hope that you have a blessed day.

+ 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. shell to search for a designated term in a designated folder
    By drech in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-27-2016, 01:33 PM
  2. [SOLVED] Need average of days for date values from date to current day that updates current date
    By FinGhost in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-12-2013, 04:41 PM
  3. Auto-Populating from all files in a designated folder
    By taketwo in forum Excel General
    Replies: 3
    Last Post: 10-22-2009, 12:13 PM
  4. Problem with date when moving values from one speadsheet to another
    By lightsandsirens in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-16-2009, 04:57 AM
  5. auto-color / highlight based on a designated range
    By melitza in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-17-2008, 03:06 PM
  6. changing values in speadsheet
    By Roni in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-03-2005, 08:20 PM
  7. [SOLVED] Can I setup a league table that automatically updates itself?
    By sd8974 in forum Excel General
    Replies: 1
    Last Post: 02-04-2005, 10:31 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