+ Reply to Thread
Results 1 to 3 of 3

Show cells on other sheet

  1. #1
    Registered User
    Join Date
    10-12-2017
    Location
    HK
    MS-Off Ver
    2013
    Posts
    5

    Show cells on other sheet

    Hi everyone,

    I have built an excel so that one sheet records data (input) and another sheet show the results.

    Sheet1: show range 'Sheet2'!A2:D21
    Sheet2: Every day, new data is recorded in a new columnD (the new columnD is created by right-clicking on columnD and then InsertColumn. This way yesterday's ColumnD becomes today's ColumnE)

    The problem is:
    After I add the new daily data, Sheet1 will show me 'Sheet2'!A2:C21+'Sheet2'!E2:E21. Is there a way to show range 'Sheet2'!A2:D21 without being affected by adding a new column?

    The other option would be adding the new data on the empty columns to the right, but I still wouldn't know how to make it show the last full column before the empty ones.

    Thanks in advance

  2. #2
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2404
    Posts
    1,266

    Re: Show cells on other sheet

    Try INDIRECT function like this:

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

  3. #3
    Registered User
    Join Date
    10-12-2017
    Location
    HK
    MS-Off Ver
    2013
    Posts
    5

    Re: Show cells on other sheet

    Hi Estevaoba,

    Thank you for your suggestion.
    This is what I have been looking for. However, if I apply your suggestion (writing =INDIRECT("Sheet2!A2:D21") in formula bar) it will give me a #REF error.
    In order to fix it I created Sheet3 and wrote in cell A1 "='Sheet2'!A2:D21".
    Then, going back to sheet1 I wrote =INDIRECT('Sheet3!'A1), which in turn showed me 'Sheet2'!A2:D21

+ 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. Dynamically Show the Summary Sheet Cells Based on Other Sheets
    By Kandavalli.Kiran in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-07-2015, 03:01 AM
  2. Replies: 0
    Last Post: 11-19-2014, 11:33 AM
  3. Show Only Colorfilled Cells in a whole excel sheet
    By Fredbugatti in forum Excel General
    Replies: 1
    Last Post: 09-24-2014, 10:34 AM
  4. show cells with specific data on another sheet
    By kmakjop in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 01-24-2014, 07:19 PM
  5. [SOLVED] Using = to another sheet, how to make blank cells show nothing
    By simple? in forum Excel General
    Replies: 3
    Last Post: 08-15-2013, 11:06 AM
  6. Replies: 4
    Last Post: 03-22-2013, 08:22 AM
  7. Text to Show in Merged Cells from a different sheet.
    By pjfoster in forum Excel General
    Replies: 3
    Last Post: 02-22-2012, 02:41 AM

Tags for this Thread

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