+ Reply to Thread
Results 1 to 3 of 3

Help pull data from a cell in another sheet compiled from three cell variables

  1. #1
    Registered User
    Join Date
    10-30-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    14

    Help pull data from a cell in another sheet compiled from three cell variables

    Hey there!!

    I have a sheet called "exchange", and cell B1 has a variable name of "heavySteelToSteel".

    In my other sheet called "calculator", I'd like to pull the data from exchange!heavySteelToSteel, which is extremely easy. However - I'd like to do it using three variables. You see, I have three drop-down menus in "calculator". In one of them (C1), you can choose "heavy", "light", or other things - you get the idea. In the other TWO (C2 and C3), you can select "steel", "iron", "aluminum", "graphite", etc.

    What I'm trying to do, is something like this in the "calculator" sheet:

    =exchange!calculator!C1&calculator!C2&to&"calculator!C3 - basically I want to form "heavySteelToSteel" using three variables from data in cells.

    This is NOT working. I feel like I'm approaching this incorrectly. Any guidance?? Thanks!!

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Help pull data from a cell in another sheet compiled from three cell variables

    You will need to use the INDIRECT function to have strings evaluated as references.

    =INDIRECT("Exchange!"&C1&C2&C3)

    If the named reference was created with 'Applies to Workbook' instead of 'Applies to Worksheet' you could just simply put:

    =INDIRECT(C1&C2&C3)
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    10-30-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    14

    Re: Help pull data from a cell in another sheet compiled from three cell variables

    Thank you!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Make a formula that uses cell to pull data from sheet name that is same as cell.
    By Dagoom in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-07-2013, 01:50 AM
  2. Replies: 0
    Last Post: 02-06-2013, 10:40 AM
  3. Pull data from a specific sheet that matches cell value on Input Sheet
    By vaciaravino in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-12-2012, 08:38 PM
  4. Replies: 1
    Last Post: 11-03-2011, 12:22 PM
  5. Replies: 4
    Last Post: 04-01-2010, 04:40 PM

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