+ Reply to Thread
Results 1 to 4 of 4

Cells referencing each other?

  1. #1
    Registered User
    Join Date
    01-28-2010
    Location
    Akron, OH
    MS-Off Ver
    Excel 2007
    Posts
    11

    Cells referencing each other?

    I was wondering if it's possible to make cells reference each other dependent upon what's typed into either of them. For example:

    If someone typed 4 into A1
    A1 = 4
    B1 = A1 / 2

    Or if someone typed 2 into B1
    B1 = 2
    A1 = B1 * 2

    Very simplified version of something I want to do, is it possible?

  2. #2
    Forum Contributor vikas.bhandari's Avatar
    Join Date
    04-07-2006
    Location
    Delhi, India
    MS-Off Ver
    Office 2007 and 2010
    Posts
    303

    Re: Cells referencing each other?

    If you are talking about Excel Formulas, then "NO", it will create a circular reference.

    Through programming, yes, but depends on your requirements. For example, I assume, you require if a user enters some value in Column A, then you need to update the corresponding cell in Column B and Vice Versa. For this purpose, I will write the code in Sheet Module :

    Please Login or Register  to view this content.
    hth,
    Vikas
    Last edited by DonkeyOte; 02-03-2010 at 08:09 AM. Reason: unnec. quote removed

  3. #3
    Registered User
    Join Date
    01-28-2010
    Location
    Akron, OH
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Cells referencing each other?

    Thanks for the reply, I've been researching this for a while now and I came up with the following (with my error being that I don't know how to use activecell )

    Please Login or Register  to view this content.

  4. #4
    Forum Contributor vikas.bhandari's Avatar
    Join Date
    04-07-2006
    Location
    Delhi, India
    MS-Off Ver
    Office 2007 and 2010
    Posts
    303

    Re: Cells referencing each other?

    Do you want to say is it resolved? If yes, then please mark it as SOLVED.

    Thanks,
    Vikas

+ 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