+ Reply to Thread
Results 1 to 3 of 3

Increment Cell and address formula

  1. #1
    Registered User
    Join Date
    03-18-2012
    Location
    canada
    MS-Off Ver
    Excel 2007
    Posts
    42

    Increment Cell and address formula

    Hi,

    I have two sheet

    Sheet1 contains data:

    collumn A:
    Apple
    Banana
    Orange
    ...

    Sheet2
    in cell A1 is linked to sheet1 A1 so the result is apple

    in Cell A2 i need a formula that will locate cell A1 address and then offset it by 1

    ideally cell A2 answer will be banana b/c cell A1 Address was sheet 1 Apple.


    i tried using a cell(address) function with indirect and offset and couldn't get it to work

    any help would be appreciated.

    thanks

  2. #2
    Forum Expert
    Join Date
    06-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    1,673

    Re: Increment Cell and address formula

    If the items in Column A are unique, in Sheet2!A2 try:
    =INDEX(Sheet1!A1:A4,MATCH(Sheet2!A1,Sheet1!A1:A4,0)+1)
    Pauley
    --------
    If I helped with your issue, I'd appreciate a rep bump (hit the '*' icon to the bottom left of this post).

  3. #3
    Registered User
    Join Date
    03-18-2012
    Location
    canada
    MS-Off Ver
    Excel 2007
    Posts
    42

    Re: Increment Cell and address formula

    Thanks PauleyB that worked.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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