+ Reply to Thread
Results 1 to 2 of 2

Add one cell

  1. #1
    Registered User
    Join Date
    07-05-2009
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    3

    Add one cell

    Hi,

    Is it possible to lookup the value of a cell in the column next to the one being referenced. So something like:

    =Sheet!(C22+1)

    However the '1' would be a variable in another cell, so it could be changed to 2 or 3 columns across from the cell being referenced.


    edit: forgot about the offset function. solved
    Last edited by webadam; 07-07-2009 at 03:45 PM.

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Add one cell

    See the Excel help file on VLOOKUP.
    You didn't say which direction, left or right, of the reference cell to look, but VLOOKUP only looks to the right.
    • IF B1:D100 is the range to look in, and
    • Cell A1 hold the value to look up, and
    • the value to find is in column-D, then

    =VLOOKUP(A1,B1:D100,3,FALSE)

    Other options: INDEX/MATCH formula

+ 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