+ Reply to Thread
Results 1 to 5 of 5

automatically change cell value based on the value in other sheet.

  1. #1
    Registered User
    Join Date
    11-14-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    3

    automatically change cell value based on the value in other sheet.

    Hi everyone,

    I have 2 worksheets. Here is my problem: I need to find a formula or a VBA code so that whenever I change the cell value in sheet 1, The same value will be updated in a specific cell in sheet 2 and vice versa.

  2. #2
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: automatically change cell value based on the value in other sheet.

    Hi,

    Sounds like doing this with formula will create a circular reference so you would probably need to use a vba worksheet change event.

    Can you provide a bit more info about what you want to happen?

    Dom
    "May the fleas of a thousand camels infest the crotch of the person who screws up your day and may their arms be too short to scratch..."

    Use code tags when posting your VBA code: [code] Your code here [/code]

    Remember, saying thanks only takes a second or two. Click the little star to give some Rep if you think an answer deserves it.

  3. #3
    Registered User
    Join Date
    11-14-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: automatically change cell value based on the value in other sheet.

    Here's what I am working on.
    What I want is : When I change D3 value -shhet 1, the same value is updated on B5 cell - sheet 2. And when I change B5, the new value should be updated on D3, too.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    11-14-2011
    Location
    London
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: automatically change cell value based on the value in other sheet.

    So are there any possible solutions?

  5. #5
    Forum Expert Domski's Avatar
    Join Date
    12-14-2009
    Location
    A galaxy far, far away
    MS-Off Ver
    Darth Office 2010
    Posts
    3,950

    Re: automatically change cell value based on the value in other sheet.

    I would probably just simplify it and list out all the possible timeslots on your Class attendance worksheet and than link the cells to the Timetable sheet.

    Dom

+ 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