+ Reply to Thread
Results 1 to 23 of 23

Linking sheets

  1. #1
    Forum Contributor
    Join Date
    07-26-2016
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    117

    Linking sheets

    Hi!

    I am doing a rating form. I have sheets as shown in the attached file. How do I automatically show the value from sheet1 in the appropriate column of sheet2?
    Is it possible to do such?

    Thank you in advanced for your answers.
    Attached Images Attached Images
    Last edited by Simply_Me; 03-14-2019 at 09:18 PM.

  2. #2
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Linking sheets

    If I am understanding you problem correctly then type an "=" (without the quotes into the cell on sheet2, then navigate back to sheet1 and click on the cell you want to read from (C3 in your case) then hit ENTER. Your formula in the sheet2 cell should now look like: =sheet1!C3

    Or you could just type =sheet1!C3 into your sheet2 cell.

  3. #3
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Linking sheets

    I'm guessing you are going to end up with a lot of manual data copying. It might be possible to come up with a formula that you can drag across multiple cells to do things in one go, but we would need a description of what you are doing as well as an uploaded workbook to pursue that further.

  4. #4
    Forum Contributor
    Join Date
    07-26-2016
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    117

    Re: Linking sheets

    Each teachers in sheet1 has different rating form as shown in sheet2. if the value in C3 is >2 then it should display in H9, if <3 then to G9, and so on. So your post #1 cannot be the solution.

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

    Re: Linking sheets

    It would help if you attached a sample Excel workbook.

    To do this, click on Go Advanced (below the Edit Window) while you are composing a reply, then scroll down to and click on Manage Attachments and the Upload window will open. Click on Browse and navigate to (and double-click) the file icon that you want to attach, then click on Upload and then on Close this Window to return to the Edit window. When you have finished composing your post, click on Submit Post. Don't try to use the Paperclip icon, as it doesn't work on this forum.

    Hope this helps.

    Pete

  6. #6
    Forum Contributor
    Join Date
    07-26-2016
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    117

    Re: Linking sheets

    Please find the below attachment.
    Attached Files Attached Files
    Last edited by Simply_Me; 03-14-2019 at 10:30 PM.

  7. #7
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Linking sheets

    Withdrawn by FR.
    Dave

  8. #8
    Forum Contributor
    Join Date
    07-26-2016
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    117

    Re: Linking sheets

    Kindly please check it again. I reuploaded it. thank you

  9. #9
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,406

    Re: Linking sheets

    Thank you. It's good now.

  10. #10
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Linking sheets

    Your uploaded workbook does not match the description in post #4.
    Are you trying to link Observations!C6 to 'Teaching Competence'!M18 as implied by the yellow highlights in your uploaded workbook or to 'Teaching Competence'!M17 as implied by your attached image in post #1? I will assume the former.

    I will also assume that you plan ultimately to add additional sets of columns to the 'Teaching Competence' worksheet, one set per teacher, starting in col-AG with Camille.

    Please try the following formula in 'Teaching Competence'!L18 copied across to P18 and then copied again to the range AB18:AF18 (and ultimately to every student that you add).

    Formula: copy to clipboard
    Please Login or Register  to view this content.

    If you change scores in Observations row 6 for either Alice or Bernice then you should see those scores reflected in the correct column in the 'Teaching Competence' worksheet.


    If you add additional teacher column sets to 'Teaching Competence' worksheet in exactly the same form as with Alice and Bernice then the above formula can be pasted into the appropriate columns.

    Note that if you add or remove columns in 'Teaching Competence' within the column set of a particular teacher then the formula will need adjustment.

    The attached workbook implements the above changes.

    Let me know if this is heading in the right direction.
    Attached Files Attached Files

  11. #11
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Linking sheets

    Just a couple of thoughts on my previous post . . .

    The formula I suggest above is complex (although maybe someone can simplify). Much of the complexity comes from figuring out the appropriate column of 'Teaching Competence' in which to put the score. If you are just looking for a visually easy way to see the high and low scores then as an alternative you could explore using the Conditional Formatting "Data bars" capability.

    I'm guessing that you will want to be mapping many more scores from different rows in "Observations". Unless I'm missing something I don't see any obvious means of associating rows in "Observations" with the corresponding row in 'Teaching Competence' - hence the hard coded 6's in my formula. There needs to be a unique key that can be used to match rows between the two worksheets. Without that you will have different formulas in every row which is going to be very hard to maintain.

    I hope this helps

  12. #12
    Forum Contributor
    Join Date
    07-26-2016
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    117

    Re: Linking sheets

    Thanks for your reply. Your formula works like a charm. I have follow up question. There are some values that I would like to link from Gen Eval (color red) link to Teaching Competence and from Gen Eval (Color Green) to Efficiency. My formula below works but I need to manually change it everytime I add another students. Is there a better way to do it?
    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by Simply_Me; 03-15-2019 at 11:27 AM.

  13. #13
    Forum Contributor
    Join Date
    07-26-2016
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    117

    Re: Linking sheets

    What does this part of formula mean? Why divide by 16 and multiply by 16?
    Quote Originally Posted by GeoffW283 View Post
    Please Login or Register  to view this content.

  14. #14
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Linking sheets

    In reply to post #12:

    Why not simply the following in 'Teaching Competence'!L63 copied across and down to P65. You can then copy the same block of formulas to the next teacher.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Second formula (averages): Place in Efficiency!F23 and copy across to J23. Then copy F23:J23 as-is to Bernice's scores at P23:T23 and so on for the remaining teachers.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    I'm still concerned that we're en route to creating an unmaintainable monster here!

    See the attached updated workbook
    Attached Files Attached Files

  15. #15
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Linking sheets

    Quote Originally Posted by Simply_Me View Post
    What does this part of formula mean? Why divide by 16 and multiply by 16?
    Responding to Simply_Me's post #13:

    The question refers to the formula fragment:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    After dividing by 16 I take the integer part of the result and then multiply by 16 so the divide and multiply don't cancel. The result of INT((COLUMN()-1)/16)*16 as it is copied across columns is:

    0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 32, 32, 32, 32, 32, 32 etc.

    You have 16 columns per teacher, so for the first teacher, Alice, the OFFSET() function returns A1 which is the cell containing this teacher's name. I'd have liked to avoid all of this complexity and simply reference A1 directly to get the teacher's name, but then I couldn't copy the formula unchanged from 'Teaching Competence'L18 to M18, N18,O18 and P18. If instead I reference $A$1 then I don't have this particular problem, instead I have a problem when copying the formula to the next teacher. Now I don't want cell A1, I want cell Q1. The formula fragment INT((COLUMN()-1)/16)*16 solves this issue by generating an offset of 16 from A1 for all of Bernice's columns.

  16. #16
    Forum Contributor
    Join Date
    07-26-2016
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    117

    Re: Linking sheets

    Quote Originally Posted by GeoffW283 View Post
    In reply to post #12:

    Why not simply the following in 'Teaching Competence'!L63 copied across and down to P65. You can then copy the same block of formulas to the next teacher.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Why did I not think of that...I was over thinking it I guess to the point of over looking at the obvious formula. Thank you again.

  17. #17
    Forum Contributor
    Join Date
    07-26-2016
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    117

    Re: Linking sheets

    Quote Originally Posted by GeoffW283 View Post
    In reply to post #12:

    I'm still concerned that we're en route to creating an unmaintainable monster here!
    I think it will not be in my case. I will be having at most 12 teachers.

  18. #18
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Linking sheets

    OK thanks for the feedback. If you’re all set then can you please mark the thread as solved. To do this select Thread Tools from the menu link above your first post and mark this thread as SOLVED. Thanks!

  19. #19
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Linking sheets

    And thanks for the reputation points

  20. #20
    Forum Contributor
    Join Date
    07-26-2016
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    117

    Re: Linking sheets

    Hello!

    I'm sorry, Though I already close this thread, I have to reopen it again as I have a follow up question regarding linking between Teaching Competence and Efficiency (Colored blue) and Gen Eval and Efficiency (Colored Orange). Also the previous formula (colored green) works only in 2nd teacher and the same result in the 2nd teacher is copied on the 3rd teacher and soon...What's wrong with my formula?
    Attached Files Attached Files
    Last edited by Simply_Me; 03-18-2019 at 04:36 AM.

  21. #21
    Forum Contributor
    Join Date
    07-26-2016
    Location
    Philippines
    MS-Off Ver
    2016
    Posts
    117

    Re: Linking sheets

    I just manually entered the formula for each teachers in efficiency sheets (the one with color blue and orange in the attachment)

    Below are the formula for 1 teacher only. So I had to do it for the rest of the teachers (colored blue in the attachment)
    Please Login or Register  to view this content.
    Please Login or Register  to view this content.
    What I can't solve is when averaging is involved (colored orange in the attachment).

  22. #22
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Linking sheets

    I am going to tackle these one by one in separate posts.

    So (A) linking between Teaching Competence and Efficiency (Colored blue)
    You are using the following simple formula for the linking:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    This only works if the number of columns per teacher in the "Efficiency" worksheet is the same as the number of columns per teacher in the "Teaching Competence" worksheet. There is no reason you can't make the columns consistent between all sheets except "Observations" as you already have varying numbers of unnecessary blank columns in each worksheet. Once you make the worksheets consistent then the above formula will work.

    As a minor side note you could simplify the formula further to simply
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    and get rid of unwanted 0's by formatting.

    Now let me take a look at Part-2 . . .

  23. #23
    Forum Expert
    Join Date
    10-15-2018
    Location
    MA, USA
    MS-Off Ver
    2010, 2019
    Posts
    1,616

    Re: Linking sheets

    Here's a response to the remaining two of your three issues:

    (B) Gen Eval and Efficiency (Colored Orange)

    The complex formula that you have in F16 that is returning #VALUE! can be replace with a simple formula like that discussed in post #22 above once the number of columns per teacher is made consistent across worksheets as also discussed in post #22.


    (C)
    Also the previous formula (colored green) works only in 2nd teacher and the same result in the 2nd teacher is copied on the 3rd teacher and so on
    This one's my fault. The column() part of the complex formula in F23 needs to be counting columns on the GenEval worksheet not the Efficiency worksheet. I'n not sure I can quickly get my head around what might need even further complexity. However, if as suggested above, you make the number of columns per teacher consistent across all worksheets (except "Observations") then I believe that the current formula will work with only a minor change (replace all occurrences of 16 with however many columns per teacher you end up with).

    In summary, the next step has to be for you to make the number of columns per teacher consistent between all of the worksheets (except "Observations"). Once that is done, if necessary, we can pick up the pieces if anything breaks in the process.

    General question: how may more linkages between scores on different worksheets will there be? Many? If so I may have a couple of suggestions for how this might be handled more robustly.

+ 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. Trying to Solve Conditional Formatting Formula Linking 2 sheets linking dates
    By Jetpilot69 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-16-2014, 01:57 PM
  2. Linking two sheets
    By save me in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-19-2013, 02:44 PM
  3. Linking sheets
    By dhanz in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-21-2013, 03:35 AM
  4. Help with linking sheets together.
    By robertthansen in forum Excel General
    Replies: 12
    Last Post: 01-02-2013, 06:40 PM
  5. Linking sheets
    By Balliol in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-29-2010, 06:35 AM
  6. Linking Sheets
    By jab123 in forum Excel General
    Replies: 2
    Last Post: 05-06-2010, 10:55 PM
  7. 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