+ Reply to Thread
Results 1 to 3 of 3

linking data from sheet to sheet

  1. #1
    Registered User
    Join Date
    12-16-2015
    Location
    Toronto, Ontario
    MS-Off Ver
    XP
    Posts
    6

    linking data from sheet to sheet

    Thank you all for taking the time to be here!

    I am trying to link the data from the first sheet to the second sheet. The formula I used to link the two B2's worked but when I copied it to B3 and B5 it doesn't
    Here is what I have in B2
    =IF('Work Hrs'!$B$2="","",'Work Hrs'!$B$2)
    and B3
    =IF('Work Hrs'!$B$3="","",'Work Hrs'!$B$3)
    and B5
    =IF('Work Hrs'!$B$5="","",'Work Hrs'!$B$5)

    But B3 and B5 simply populate the formula in the cell.
    untitled.JPG

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,728

    Re: linking data from sheet to sheet

    The dollar symbols in the cell references mean that those do not change when the formula is copied into another cell. Try it this way in B2:

    =IF('Work Hrs'!B2="","",'Work Hrs'!B2)

    then you can copy across and/or down as required.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    12-16-2015
    Location
    Toronto, Ontario
    MS-Off Ver
    XP
    Posts
    6

    Re: linking data from sheet to sheet

    thanks a million Pete

+ 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 incompatible spreadsheeets and linking data in summary sheet
    By tcarter1208 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 04-24-2015, 04:02 AM
  2. Linking data from one sheet to the shapes on the other sheet
    By afzal_u1 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-05-2013, 10:03 AM
  3. Linking data from sheet to sheet and VLOOKUP?
    By Christopherdj in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 11-08-2011, 11:50 AM
  4. Linking data from one sheet to another
    By geefer in forum Excel General
    Replies: 11
    Last Post: 08-06-2010, 06:20 PM
  5. Replies: 3
    Last Post: 05-12-2007, 08:12 AM
  6. [SOLVED] Linking Data from 1 sheet to another sheet
    By Warwick Everett in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-21-2005, 10:50 AM
  7. linking data in one sheet to another?
    By treetopflying in forum Excel General
    Replies: 2
    Last Post: 01-09-2005, 09:48 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