+ Reply to Thread
Results 1 to 3 of 3

Find a value and return the value from the next row

Hybrid View

  1. #1
    Registered User
    Join Date
    09-11-2009
    Location
    MN
    MS-Off Ver
    Office 2010
    Posts
    48

    Find a value and return the value from the next row

    I have a sheet (Calendar) where users will pick a date in cell A1. This cell is setup with a data validation that pulls from sheet (Info) in Column A.
    I would like it to automatically populate A2 on the Calendar sheet with whatever value is in the next row from the value they selected on the Info tab.

    Example:

    Sheet: Calendar
    Cell: A1
    Value: 11/17/2014

    Sheet Info
    Cell: A22
    Value: 11/17/14
    Cell: A23
    Value: 11/24/14

    Sheet Calendar, Cell A2 should then return 11/24/14

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Find a value and return the value from the next row

    Try:
    Formula: copy to clipboard
    =INDEX(Info!A:A,MATCH(A1,Info!A:A,0)+1)
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Registered User
    Join Date
    09-11-2009
    Location
    MN
    MS-Off Ver
    Office 2010
    Posts
    48

    Re: Find a value and return the value from the next row

    This is perfect. Thank you!

+ 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. How to find the annualized return from a monthly return series
    By tulasiram in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-01-2013, 05:39 AM
  2. [SOLVED] Find match, find related cell and return that number
    By HelpHelpHelp in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-17-2012, 06:46 AM
  3. Find and Return a Value
    By gplush in forum Excel General
    Replies: 1
    Last Post: 03-25-2008, 01:45 PM
  4. find min in one row return value from another
    By jj33002 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-28-2007, 11:44 AM
  5. find & return value
    By Melissa in forum Excel General
    Replies: 3
    Last Post: 09-23-2005, 07:05 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