+ Reply to Thread
Results 1 to 3 of 3

Cell reference

  1. #1
    Registered User
    Join Date
    10-19-2008
    Location
    UK
    Posts
    63

    Cell reference

    Hi,

    I would to like have in CELL A1 a reference to a CELL in ROW3 but the COLUMN will be determined by the letter found in CELL B2.

    For example if in cell B2 we have D then the value in CELL A1 should be D3.
    If in cell B2 we have F then the value in CELL A1 should be F3

    What formula do I use in CELL A1 to have such a reference?

    Thanks,
    Nick
    Last edited by nicolaforni; 10-01-2010 at 05:00 AM.

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Cell reference

    hello,

    use Indirect(), but be warned that it is volatile and will slow down workbooks if used in abundance

    =INDIRECT(B2&"3")

  3. #3
    Registered User
    Join Date
    10-19-2008
    Location
    UK
    Posts
    63

    Thumbs up Re: Cell reference

    Thanks!
    Nick

+ 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