+ Reply to Thread
Results 1 to 4 of 4

Formula to search column for match and output date in corresponding row

  1. #1
    Registered User
    Join Date
    08-20-2013
    Location
    Scottsdale, AZ
    MS-Off Ver
    2010
    Posts
    2

    Formula to search column for match and output date in corresponding row

    Hello,

    I am trying to make a formula that searches through a column of dates by year, matches today's current year and then outputs adjacent row data.

    Specifically trying to automatically pull yearly Cumulative Interest in a Loan Amortization chart by today's date (year).

    i think the if function will work but seemed very cumbersome with how i basically understand it. I didnt want to type in 25 to 30 if functions! There has to be a better way!

    =if(YEAR(NOW())=b27, h27,if(YEAR(NOW())=b28,h28,if(YEAR(NOW())=b29,h29,if....and so on

    Thank you

  2. #2
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Formula to search column for match and output date in corresponding row

    Hello and welcome
    =VLOOKUP(YEAR(NOW()),$B$28:$H$300,7,0)
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

  3. #3
    Registered User
    Join Date
    08-20-2013
    Location
    Scottsdale, AZ
    MS-Off Ver
    2010
    Posts
    2

    Re: Formula to search column for match and output date in corresponding row

    That did it! Thank you sir!

  4. #4
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Formula to search column for match and output date in corresponding row

    You are welcome.
    Please add reputation to my name.

+ 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. [SOLVED] Index match formula to search for two criteria (date & name)
    By davechamp1983 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-17-2012, 10:00 PM
  2. How to search 2 columns and output a match in the 3rd
    By MrDisco in forum Excel General
    Replies: 2
    Last Post: 02-07-2012, 08:13 PM
  3. Formula for search Column and if certain date then paste row
    By daniellepp2 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-08-2011, 02:09 AM
  4. Match column, then output from an adjacent
    By bain64 in forum Excel General
    Replies: 3
    Last Post: 10-25-2010, 10:10 AM
  5. [SOLVED] search column and output results in new worksheet in a different o
    By Paul in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 03-19-2006, 02:50 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