+ Reply to Thread
Results 1 to 3 of 3

Formula to search and then record value one row down

  1. #1
    Forum Contributor
    Join Date
    11-14-2014
    Location
    uk
    MS-Off Ver
    Excel 2010
    Posts
    100

    Formula to search and then record value one row down

    I am using this foumula to search A36:D59 for the value = to J105 then display value of cell 3 column's across

    =IFERROR(VLOOKUP(J105,A36:D59,4,FALSE),"0")

    How do I change this so that instead it displays the value of the cell one row down ?

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,079

    Re: Formula to search and then record value one row down

    Try
    =IFERROR(MATCH(VLOOKUP(J105,A36:D59,4,FALSE),A36:A59,0)+1,0)

    This assumes there is only one occurrence of the VLOOKUP result in column A
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Forum Contributor
    Join Date
    11-14-2014
    Location
    uk
    MS-Off Ver
    Excel 2010
    Posts
    100

    Re: Formula to search and then record value one row down

    would it work if the VLOOKUP result was
    1/ a word ?
    2/ not in column A ?

+ 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. simple macro to add new record, edit/ search and print record
    By xmoore in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-28-2015, 08:10 PM
  2. [SOLVED] Record search through table
    By nicu in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-04-2014, 06:13 AM
  3. [SOLVED] Vloopkup formula to search from bottom record up.
    By Nitefox in forum For Other Platforms(Mac, Google Docs, Mobile OS etc)
    Replies: 14
    Last Post: 12-26-2013, 02:43 PM
  4. Replies: 1
    Last Post: 11-16-2012, 09:25 AM
  5. Record Search
    By maroof in forum Excel General
    Replies: 0
    Last Post: 12-13-2011, 08:52 AM
  6. userform record search
    By by1612 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-25-2006, 08:01 AM
  7. Search for record with specific name in a cell
    By pomalley in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-17-2005, 10:45 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