+ Reply to Thread
Results 1 to 2 of 2

referencing a field in another worksheet

  1. #1
    Registered User
    Join Date
    11-20-2006
    Posts
    2

    referencing a field in another worksheet

    Hi,

    So here's what I've got:

    I have a field with a column and row number (e.g.: B26) in one worksheet and I want to reference that field in another worksheet.

    When I do this it returns B26 (obviously)... but I was wondering is there any way to look at the field with the B26 in it and for that to return what is actually in the B26 field?

    Confusing i know...

    Cheers
    Rick

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    Have a look at the INDIRECT function.

    Say you have B26 in A1, and in B26 you have 50, then

    =indirect(a1) will return 50.

    You don't say what sheet you want to reference, but if you are on sheet1, and you want to reference sheet2, then

    =indirect("sheet2!"&a1)
    will bring back the value from sheet2!B26.

    HTH

    rylo

+ 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