+ Reply to Thread
Results 1 to 3 of 3

Need to return value of cell based on parameter.

  1. #1
    Registered User
    Join Date
    04-09-2012
    Location
    Vancouver, BC
    MS-Off Ver
    Excel 2007
    Posts
    2

    Need to return value of cell based on parameter.

    Need help urgently,

    I'm trying to return the value of a cell based on another cell's value.

    I.E. F7 = 200.

    F8 = Sheet1!(Q214)

    Essentally, I want to return from another sheet column(Q), same sheet Row(F7 + 14)

    Is this possible? This is what I trie but its not working.
    =CELL("contents",(Sheet1!Q(VALUE(F7))))

    Please Help!!!

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: URGENT HELP - Need to return value of cell based on parameter.

    Are you looking for in F8
    = INDIRECT("Sheet1!Q"&(F7 +14))
    ?
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    04-09-2012
    Location
    Vancouver, BC
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: URGENT HELP - Need to return value of cell based on parameter.

    Thanks alot!! Thats exactly what I was looking for!

    Cheers!!

+ 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