+ Reply to Thread
Results 1 to 4 of 4

INDIRECT and MATCH and OFFSET?

  1. #1
    Registered User
    Join Date
    10-30-2017
    Location
    Loughborough
    MS-Off Ver
    MS Office 365 Excel 2016
    Posts
    10

    Question INDIRECT and MATCH and OFFSET?

    Hi there!

    Thanks in advance for any help on this but, I have a column of names and in the next column would like to return the previous name. I am trying to attach a brief xls but basically:
    Col 1 Col2
    NAME A = NO RESULT
    NAME A = NO RESULT
    NAME A = NO RESULT
    NAME B = NAME A
    NAME B = NAME A
    NAME B = NAME A
    NAME B = NAME A
    NAME C = NAME B
    NAME C = NAME B
    NAME C = NAME B
    etc

    I have tried =INDIRECT("c" & ROW() - 1) and some various "OFFSET" formulas but because the list of name does not always follow a pattern the formula needs to be able to recognise the name and return the previous name. Make sense?

    Many thanks, in advance

    previous bowler xls.jpg
    Attached Files Attached Files
    Last edited by rupertlewis; 06-12-2018 at 10:24 AM. Reason: Visual Issues

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,288

    Re: INDIRECT and MATCH and OFFSET?

    One way - in D2 drag copied down:

    =IF(A2=1,"No Result",VLOOKUP(A2-1,A$2:C2,3,0))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    10-30-2017
    Location
    Loughborough
    MS-Off Ver
    MS Office 365 Excel 2016
    Posts
    10

    Re: INDIRECT and MATCH and OFFSET?

    Amazing! Thank you ...

    I would never have been able to sort that out. This is the best forum ever!

    Very happy face!

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,288

    Re: INDIRECT and MATCH and OFFSET?

    You’re welcome!

    It takes years of nerdy practice ...

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

+ 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. Replies: 5
    Last Post: 05-18-2016, 04:50 AM
  2. Replies: 4
    Last Post: 10-28-2014, 11:04 PM
  3. [SOLVED] INDIRECT Function with multiple sheets - SUMIF, INDIRECT & MATCH
    By DJDRU in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-07-2014, 08:42 AM
  4. [SOLVED] Too tricky for me MATCH(OFFSET(IF(INDIRECT("")
    By SvenGolster in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 05-30-2014, 12:35 PM
  5. [SOLVED] problem with =COUNTIF((OFFSET(INDIRECT(CONCATENATE(("'Quality Audit Criteria'!$f$",MATCH(
    By nadiac2402 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-13-2014, 08:22 AM
  6. OFFSET+INDIRECT+MATCH formula in VBA.
    By bryenwalt in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 05-05-2010, 04:28 AM
  7. [SOLVED] Match, Index, Indirect, Offset
    By Mark McDonough in forum Excel General
    Replies: 2
    Last Post: 06-18-2006, 11:55 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