+ Reply to Thread
Results 1 to 3 of 3

How do I change one cell across multiple sheets?

  1. #1
    bobby™
    Guest

    How do I change one cell across multiple sheets?

    I have a spreadsheet with 5 seperate sheets - each sheet is just the same
    information sorted differently (i.e.~name, number, date). Is there a way to
    link cells, so that if I were to change on cell on one sheet, the information
    changes on every sheet? At the moment, I have to go into each and every sheet
    to make the most miniscule of updates. Thanks in advance everyone!

  2. #2
    Registered User
    Join Date
    09-25-2003
    Posts
    46
    If they are sorted EXACTLY the same, you can group the sheets by right-clicking the tab label.

    Otherwise, a vlookup would work to pull information from the first sheet to the subsequent sheets if you have a reference number.

    Cheers,

    Stacie

  3. #3
    Dave Peterson
    Guest

    Re: How do I change one cell across multiple sheets?

    You have a workbook with 5 separate sheets?

    Pick out one sheet and make that the data entry sheet for that info. Put
    formulas in the other cells that point back to that sheet (and lock those cells
    so that you/the user can't change them and get the info out of sync).

    Say your first sheet (sheet1) is where you'd do the data entry

    Then use a formula like:

    ='sheet1'!A1

    To retrieve the value on each of the other sheets. If A1 on Sheet1 could be
    empty:

    =if(='sheet1'!A1="","",'sheet1'!A1)



    bobbyâ„¢ wrote:
    >
    > I have a spreadsheet with 5 seperate sheets - each sheet is just the same
    > information sorted differently (i.e.~name, number, date). Is there a way to
    > link cells, so that if I were to change on cell on one sheet, the information
    > changes on every sheet? At the moment, I have to go into each and every sheet
    > to make the most miniscule of updates. Thanks in advance everyone!


    --

    Dave Peterson

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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