+ Reply to Thread
Results 1 to 4 of 4

Linking two sheets

  1. #1
    Registered User
    Join Date
    11-18-2013
    Location
    Florence, KY
    MS-Off Ver
    Excel 2010
    Posts
    6

    Linking two sheets

    I have a sheet that has a code in it that returns a symbol. On a second sheet I am trying to ask it to tell me if something is checked on the first sheet to return some text. I tried a if statement, that didnt work. It would be easier if I could somehow link the two that if one item is checked it automatically sends the info to the second sheet. Can anyone help?

  2. #2
    Forum Contributor
    Join Date
    09-30-2013
    Location
    Toronto, ON
    MS-Off Ver
    Excel 2007
    Posts
    229

    Re: Linking two sheets

    Will a trigger do? You'd put this code into the Sheet that has the action occurring.
    Change the $b$2 to the cell that is being checked
    Change the "c" to the value that should trigger

    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    11-18-2013
    Location
    Florence, KY
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Linking two sheets

    Will this work when I have multiple cells that are being checked and I need the information triggered to appear in another worksheet within the same workbook?

  4. #4
    Forum Contributor
    Join Date
    09-30-2013
    Location
    Toronto, ON
    MS-Off Ver
    Excel 2007
    Posts
    229

    Re: Linking two sheets

    You can take any action if the trigger matches the criteria.
    So if you want the trigger to put stuff into 3 separate worksheets, you'd just add those items.
    You can check for multiple items in the one sheet by checkingon the Target.Address value and then take different actions based on the trigger's target. sample below
    The code needs to be in the worksheet in which the trigger occurs though. So if you want to see if something got selected on another sheet, you'd need similar code in that other sheet.
    Please Login or Register  to view this content.

+ 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. Linking sheets
    By Balliol in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-29-2010, 06:35 AM
  2. Linking two sheets
    By The_jackal in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 05-28-2008, 09:34 AM
  3. linking 2 sheets to the web....
    By jian_xin85 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-13-2006, 08:55 PM
  4. Linking to Sheets
    By racer25 in forum Excel General
    Replies: 1
    Last Post: 11-03-2005, 09:00 AM
  5. Linking 2 sheets
    By jharkins in forum Excel General
    Replies: 1
    Last Post: 07-27-2005, 04:05 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