+ Reply to Thread
Results 1 to 2 of 2

Using a cell reference to create part of a cell reference.

  1. #1
    Registered User
    Join Date
    12-29-2011
    Location
    Saskatoon, Saskatchewan
    MS-Off Ver
    Excel 2007
    Posts
    2

    Using a cell reference to create part of a cell reference.

    In my 8 years of excel experience I have yet to find a way to use a cell reference to create a part of another cell reference for example if I want my formula to be =A# and I want the # to varry based on the value from cell Z3. This has been plagueing me forever and had me stumped and banging my head for hours to find some alternative solution. Is there some sort of combination of functions or simple solution?

    What I want is simply =A(Z3) to output "Value" when Z3=1 and A1="Value"

    Any Help would be much appretiated!
    Last edited by aondrusek; 12-30-2011 at 01:27 PM. Reason: Solved! Thanks Haseeb A

  2. #2
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: Using a cell reference to create part of a cell reference.

    You can use INDIRECT or INDEX, like

    =INDIRECT("A"&Z3)

    =INDEX(A:A,Z3)
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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