+ Reply to Thread
Results 1 to 16 of 16

Link two cells to automatically update

  1. #1
    Nathan
    Guest

    Link two cells to automatically update

    I need to know how to automatically update the following:

    I want to type in the information once into
    Sheet 1 Cell F3 (text)

    then have Excel automatically update the (text) I typed into
    Sheet 2 Cell D15

    Is this possible?

    Thanks,

    Nathan

  2. #2
    Valued Forum Contributor Excelenator's Avatar
    Join Date
    07-25-2006
    Location
    Wantagh, NY
    Posts
    333

    Cool

    Am I missing something or cant you just type in the formula

    +Sheet1!F3

    Into Sheet2 Cell D15?
    ---------------------------------------------------
    ONLY APPLIES TO VBA RESPONSES WHERE APPROPRIATE
    To insert code into the VBE (Visual Basic Editor)
    1. Copy the code.
    2. Open workbook to paste code into.
    3. Right click any worksheet tab, select View Code
    4. VBE (Visual Basic Editor) opens to that sheets object
    5. You may change to another sheets object or the This Workbook object by double clicking it in the Project window
    6. In the blank space below the word "General" paste the copied code.

  3. #3
    tim m
    Guest

    RE: Link two cells to automatically update

    Put this in Cell D15 of sheet 2
    =Sheet1!F3

    "Nathan" wrote:

    > I need to know how to automatically update the following:
    >
    > I want to type in the information once into
    > Sheet 1 Cell F3 (text)
    >
    > then have Excel automatically update the (text) I typed into
    > Sheet 2 Cell D15
    >
    > Is this possible?
    >
    > Thanks,
    >
    > Nathan


  4. #4
    Nathan
    Guest

    RE: Link two cells to automatically update

    I was unable to get it to work?

    "tim m" wrote:

    > Put this in Cell D15 of sheet 2
    > =Sheet1!F3
    >
    > "Nathan" wrote:
    >
    > > I need to know how to automatically update the following:
    > >
    > > I want to type in the information once into
    > > Sheet 1 Cell F3 (text)
    > >
    > > then have Excel automatically update the (text) I typed into
    > > Sheet 2 Cell D15
    > >
    > > Is this possible?
    > >
    > > Thanks,
    > >
    > > Nathan


  5. #5
    Nathan
    Guest

    Re: Link two cells to automatically update

    I tried the following and did not get anything?
    +Sheet1!F3

    What I am wanting to do is just key in the information on sheet 1 and have
    it upadate to another sheet so I don't have copy,paste all day.

    "Excelenator" wrote:

    >
    > Am I missing something or cant you just type in the formula
    >
    > +Sheet1!F3
    >
    > Into Sheet2 Cell D15?
    >
    >
    > --
    > Excelenator
    >
    >
    > ------------------------------------------------------------------------
    > Excelenator's Profile: http://www.excelforum.com/member.php...o&userid=36768
    > View this thread: http://www.excelforum.com/showthread...hreadid=565226
    >
    >


  6. #6
    tim m
    Guest

    RE: Link two cells to automatically update

    - You put that formula as shown in sheet 2 D15.
    - you then typed something into sheet 1 F3 and hit enter.
    - You then went back to sheet 2 and looked at D15?

    "Nathan" wrote:

    > I was unable to get it to work?
    >
    > "tim m" wrote:
    >
    > > Put this in Cell D15 of sheet 2
    > > =Sheet1!F3
    > >
    > > "Nathan" wrote:
    > >
    > > > I need to know how to automatically update the following:
    > > >
    > > > I want to type in the information once into
    > > > Sheet 1 Cell F3 (text)
    > > >
    > > > then have Excel automatically update the (text) I typed into
    > > > Sheet 2 Cell D15
    > > >
    > > > Is this possible?
    > > >
    > > > Thanks,
    > > >
    > > > Nathan


  7. #7
    Nathan
    Guest

    Re: Link two cells to automatically update

    I tried the following and did not get anything?
    +Sheet1!F3

    What I am wanting to do is just key in the information on sheet 1 and have
    it upadate to another sheet so I don't have copy,paste all day.

    "Excelenator" wrote:

    >
    > Am I missing something or cant you just type in the formula
    >
    > +Sheet1!F3
    >
    > Into Sheet2 Cell D15?
    >
    >
    > --
    > Excelenator
    >
    >
    > ------------------------------------------------------------------------
    > Excelenator's Profile: http://www.excelforum.com/member.php...o&userid=36768
    > View this thread: http://www.excelforum.com/showthread...hreadid=565226
    >
    >


  8. #8
    tim m
    Guest

    RE: Link two cells to automatically update

    - You put that formula as shown in sheet 2 D15.
    - you then typed something into sheet 1 F3 and hit enter.
    - You then went back to sheet 2 and looked at D15?

    "Nathan" wrote:

    > I was unable to get it to work?
    >
    > "tim m" wrote:
    >
    > > Put this in Cell D15 of sheet 2
    > > =Sheet1!F3
    > >
    > > "Nathan" wrote:
    > >
    > > > I need to know how to automatically update the following:
    > > >
    > > > I want to type in the information once into
    > > > Sheet 1 Cell F3 (text)
    > > >
    > > > then have Excel automatically update the (text) I typed into
    > > > Sheet 2 Cell D15
    > > >
    > > > Is this possible?
    > > >
    > > > Thanks,
    > > >
    > > > Nathan


  9. #9
    Nathan
    Guest

    RE: Link two cells to automatically update

    Yes, I typed in the information and it did not work.

    "tim m" wrote:

    > - You put that formula as shown in sheet 2 D15.
    > - you then typed something into sheet 1 F3 and hit enter.
    > - You then went back to sheet 2 and looked at D15?
    >
    > "Nathan" wrote:
    >
    > > I was unable to get it to work?
    > >
    > > "tim m" wrote:
    > >
    > > > Put this in Cell D15 of sheet 2
    > > > =Sheet1!F3
    > > >
    > > > "Nathan" wrote:
    > > >
    > > > > I need to know how to automatically update the following:
    > > > >
    > > > > I want to type in the information once into
    > > > > Sheet 1 Cell F3 (text)
    > > > >
    > > > > then have Excel automatically update the (text) I typed into
    > > > > Sheet 2 Cell D15
    > > > >
    > > > > Is this possible?
    > > > >
    > > > > Thanks,
    > > > >
    > > > > Nathan


  10. #10
    tim m
    Guest

    RE: Link two cells to automatically update

    - You put that formula as shown in sheet 2 D15.
    - you then typed something into sheet 1 F3 and hit enter.
    - You then went back to sheet 2 and looked at D15?

    "Nathan" wrote:

    > I was unable to get it to work?
    >
    > "tim m" wrote:
    >
    > > Put this in Cell D15 of sheet 2
    > > =Sheet1!F3
    > >
    > > "Nathan" wrote:
    > >
    > > > I need to know how to automatically update the following:
    > > >
    > > > I want to type in the information once into
    > > > Sheet 1 Cell F3 (text)
    > > >
    > > > then have Excel automatically update the (text) I typed into
    > > > Sheet 2 Cell D15
    > > >
    > > > Is this possible?
    > > >
    > > > Thanks,
    > > >
    > > > Nathan


  11. #11
    Nathan
    Guest

    RE: Link two cells to automatically update

    Yes, I typed in the information and it did not work.

    "tim m" wrote:

    > - You put that formula as shown in sheet 2 D15.
    > - you then typed something into sheet 1 F3 and hit enter.
    > - You then went back to sheet 2 and looked at D15?
    >
    > "Nathan" wrote:
    >
    > > I was unable to get it to work?
    > >
    > > "tim m" wrote:
    > >
    > > > Put this in Cell D15 of sheet 2
    > > > =Sheet1!F3
    > > >
    > > > "Nathan" wrote:
    > > >
    > > > > I need to know how to automatically update the following:
    > > > >
    > > > > I want to type in the information once into
    > > > > Sheet 1 Cell F3 (text)
    > > > >
    > > > > then have Excel automatically update the (text) I typed into
    > > > > Sheet 2 Cell D15
    > > > >
    > > > > Is this possible?
    > > > >
    > > > > Thanks,
    > > > >
    > > > > Nathan


  12. #12
    Gord Dibben
    Guest

    Re: Link two cells to automatically update

    What does "unable to get it to work" mean to you?

    Nothing happens? You get an error message? The file closes?

    Please explain.


    Gord Dibben MS Excel MVP

    On Wed, 26 Jul 2006 09:24:01 -0700, Nathan <[email protected]>
    wrote:

    >I was unable to get it to work?
    >
    >"tim m" wrote:
    >
    >> Put this in Cell D15 of sheet 2
    >> =Sheet1!F3
    >>
    >> "Nathan" wrote:
    >>
    >> > I need to know how to automatically update the following:
    >> >
    >> > I want to type in the information once into
    >> > Sheet 1 Cell F3 (text)
    >> >
    >> > then have Excel automatically update the (text) I typed into
    >> > Sheet 2 Cell D15
    >> >
    >> > Is this possible?
    >> >
    >> > Thanks,
    >> >
    >> > Nathan



  13. #13
    Nathan
    Guest

    Re: Link two cells to automatically update

    The formula that i type in is all that shows.
    I want to type in information on the first sheet and assign it specific
    cells on the following sheets. Basically I am trying to get around having to
    type in all the info and then sit and copy and paste every week.

    Thanks,

    Nathan

    "Gord Dibben" wrote:

    > What does "unable to get it to work" mean to you?
    >
    > Nothing happens? You get an error message? The file closes?
    >
    > Please explain.
    >
    >
    > Gord Dibben MS Excel MVP
    >
    > On Wed, 26 Jul 2006 09:24:01 -0700, Nathan <[email protected]>
    > wrote:
    >
    > >I was unable to get it to work?
    > >
    > >"tim m" wrote:
    > >
    > >> Put this in Cell D15 of sheet 2
    > >> =Sheet1!F3
    > >>
    > >> "Nathan" wrote:
    > >>
    > >> > I need to know how to automatically update the following:
    > >> >
    > >> > I want to type in the information once into
    > >> > Sheet 1 Cell F3 (text)
    > >> >
    > >> > then have Excel automatically update the (text) I typed into
    > >> > Sheet 2 Cell D15
    > >> >
    > >> > Is this possible?
    > >> >
    > >> > Thanks,
    > >> >
    > >> > Nathan

    >
    >


  14. #14
    Gord Dibben
    Guest

    Re: Link two cells to automatically update

    Nathan

    Seeing the formula and not the result indicates that the cell you typed it in
    was formatted as text before you typed.

    Select the cell and hit F2 then ENTER

    OR.....on that sheet you have "View Formulas" enabled.

    Hit CTRL + `(backquote above Tab key) to toggle off.


    Gord

    On Wed, 26 Jul 2006 11:36:02 -0700, Nathan <[email protected]>
    wrote:

    >The formula that i type in is all that shows.
    >I want to type in information on the first sheet and assign it specific
    >cells on the following sheets. Basically I am trying to get around having to
    >type in all the info and then sit and copy and paste every week.
    >
    >Thanks,
    >
    >Nathan
    >
    >"Gord Dibben" wrote:
    >
    >> What does "unable to get it to work" mean to you?
    >>
    >> Nothing happens? You get an error message? The file closes?
    >>
    >> Please explain.
    >>
    >>
    >> Gord Dibben MS Excel MVP
    >>
    >> On Wed, 26 Jul 2006 09:24:01 -0700, Nathan <[email protected]>
    >> wrote:
    >>
    >> >I was unable to get it to work?
    >> >
    >> >"tim m" wrote:
    >> >
    >> >> Put this in Cell D15 of sheet 2
    >> >> =Sheet1!F3
    >> >>
    >> >> "Nathan" wrote:
    >> >>
    >> >> > I need to know how to automatically update the following:
    >> >> >
    >> >> > I want to type in the information once into
    >> >> > Sheet 1 Cell F3 (text)
    >> >> >
    >> >> > then have Excel automatically update the (text) I typed into
    >> >> > Sheet 2 Cell D15
    >> >> >
    >> >> > Is this possible?
    >> >> >
    >> >> > Thanks,
    >> >> >
    >> >> > Nathan

    >>
    >>



  15. #15
    tim m
    Guest

    Re: Link two cells to automatically update

    The formula shows? the formula itself should not show up in the cell, only
    in the formula bar up top. You don't have a space before the = do you? Or
    do you have that cell formated as text?, if so format it as general then
    reenter the formula

    "Nathan" wrote:

    > The formula that i type in is all that shows.
    > I want to type in information on the first sheet and assign it specific
    > cells on the following sheets. Basically I am trying to get around having to
    > type in all the info and then sit and copy and paste every week.
    >
    > Thanks,
    >
    > Nathan
    >
    > "Gord Dibben" wrote:
    >
    > > What does "unable to get it to work" mean to you?
    > >
    > > Nothing happens? You get an error message? The file closes?
    > >
    > > Please explain.
    > >
    > >
    > > Gord Dibben MS Excel MVP
    > >
    > > On Wed, 26 Jul 2006 09:24:01 -0700, Nathan <[email protected]>
    > > wrote:
    > >
    > > >I was unable to get it to work?
    > > >
    > > >"tim m" wrote:
    > > >
    > > >> Put this in Cell D15 of sheet 2
    > > >> =Sheet1!F3
    > > >>
    > > >> "Nathan" wrote:
    > > >>
    > > >> > I need to know how to automatically update the following:
    > > >> >
    > > >> > I want to type in the information once into
    > > >> > Sheet 1 Cell F3 (text)
    > > >> >
    > > >> > then have Excel automatically update the (text) I typed into
    > > >> > Sheet 2 Cell D15
    > > >> >
    > > >> > Is this possible?
    > > >> >
    > > >> > Thanks,
    > > >> >
    > > >> > Nathan

    > >
    > >


  16. #16
    Gord Dibben
    Guest

    Re: Link two cells to automatically update

    First re-format as General before F2 and ENTER


    Gord

    On Wed, 26 Jul 2006 11:59:01 -0700, Gord Dibben <gorddibbATshawDOTca> wrote:

    >Nathan
    >
    >Seeing the formula and not the result indicates that the cell you typed it in
    >was formatted as text before you typed.
    >
    >Select the cell and hit F2 then ENTER
    >
    >OR.....on that sheet you have "View Formulas" enabled.
    >
    >Hit CTRL + `(backquote above Tab key) to toggle off.
    >
    >
    >Gord
    >
    >On Wed, 26 Jul 2006 11:36:02 -0700, Nathan <[email protected]>
    >wrote:
    >
    >>The formula that i type in is all that shows.
    >>I want to type in information on the first sheet and assign it specific
    >>cells on the following sheets. Basically I am trying to get around having to
    >>type in all the info and then sit and copy and paste every week.
    >>
    >>Thanks,
    >>
    >>Nathan
    >>
    >>"Gord Dibben" wrote:
    >>
    >>> What does "unable to get it to work" mean to you?
    >>>
    >>> Nothing happens? You get an error message? The file closes?
    >>>
    >>> Please explain.
    >>>
    >>>
    >>> Gord Dibben MS Excel MVP
    >>>
    >>> On Wed, 26 Jul 2006 09:24:01 -0700, Nathan <[email protected]>
    >>> wrote:
    >>>
    >>> >I was unable to get it to work?
    >>> >
    >>> >"tim m" wrote:
    >>> >
    >>> >> Put this in Cell D15 of sheet 2
    >>> >> =Sheet1!F3
    >>> >>
    >>> >> "Nathan" wrote:
    >>> >>
    >>> >> > I need to know how to automatically update the following:
    >>> >> >
    >>> >> > I want to type in the information once into
    >>> >> > Sheet 1 Cell F3 (text)
    >>> >> >
    >>> >> > then have Excel automatically update the (text) I typed into
    >>> >> > Sheet 2 Cell D15
    >>> >> >
    >>> >> > Is this possible?
    >>> >> >
    >>> >> > Thanks,
    >>> >> >
    >>> >> > Nathan
    >>>
    >>>


    Gord Dibben MS Excel MVP

+ 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