+ Reply to Thread
Results 1 to 6 of 6

forwarding cell data

  1. #1
    Jim
    Guest

    forwarding cell data

    I would like to input a clients name on one sheet and have that cell data
    placed automaticly at a specified location on other sheets within the
    workbook. Can this be done using a function or do I need to think of
    something else? Any help would be great.

    Jim

  2. #2
    CLR
    Guest

    RE: forwarding cell data

    You would need VBA to do that...........the details of which would be
    specific to your application.

    hth
    Vaya con Dios,
    Chuck, CABGx3



    "Jim" wrote:

    > I would like to input a clients name on one sheet and have that cell data
    > placed automaticly at a specified location on other sheets within the
    > workbook. Can this be done using a function or do I need to think of
    > something else? Any help would be great.
    >
    > Jim


  3. #3
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,475

    name a range

    the cell that you intend to input a name should be named itself

    goto
    insert=>name=>define
    for this example type in client (it can only be a one word name eg: MyClient)
    at the bottom of the box click on the entry box and then select the range that you want named

    now everywhere in the workbook that name will refer to that range(cell) in other sheets all you do is type =client in a cell and it will always refer to that cell

  4. #4
    Elkar
    Guest

    RE: forwarding cell data

    It might not be that complicated, depending on your needs. Would a simple
    cell reference be adequate?

    In your destination cell, enter the formula:

    ='Sheet Name'!A1

    Where 'Sheet Name' is the name of the Sheet containing the input data. And
    A1 is the cell where the data is input. Seperated with an exclamation point.
    The single quotes are only necessary if there is a space in your sheet name.

    HTH,
    Elkar

    "CLR" wrote:

    > You would need VBA to do that...........the details of which would be
    > specific to your application.
    >
    > hth
    > Vaya con Dios,
    > Chuck, CABGx3
    >
    >
    >
    > "Jim" wrote:
    >
    > > I would like to input a clients name on one sheet and have that cell data
    > > placed automaticly at a specified location on other sheets within the
    > > workbook. Can this be done using a function or do I need to think of
    > > something else? Any help would be great.
    > >
    > > Jim


  5. #5
    Jim
    Guest

    RE: forwarding cell data

    Thank you for the input that worked great. I have one more question is it
    possible to get rid of the '0' value when there is no input on the reference
    cell?

    "Elkar" wrote:

    > It might not be that complicated, depending on your needs. Would a simple
    > cell reference be adequate?
    >
    > In your destination cell, enter the formula:
    >
    > ='Sheet Name'!A1
    >
    > Where 'Sheet Name' is the name of the Sheet containing the input data. And
    > A1 is the cell where the data is input. Seperated with an exclamation point.
    > The single quotes are only necessary if there is a space in your sheet name.
    >
    > HTH,
    > Elkar
    >
    > "CLR" wrote:
    >
    > > You would need VBA to do that...........the details of which would be
    > > specific to your application.
    > >
    > > hth
    > > Vaya con Dios,
    > > Chuck, CABGx3
    > >
    > >
    > >
    > > "Jim" wrote:
    > >
    > > > I would like to input a clients name on one sheet and have that cell data
    > > > placed automaticly at a specified location on other sheets within the
    > > > workbook. Can this be done using a function or do I need to think of
    > > > something else? Any help would be great.
    > > >
    > > > Jim


  6. #6
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,475
    Quote Originally Posted by Jim
    possible to get rid of the '0' value when there is no input on the reference
    cell?
    goto tools=options=uncheck zero values

+ 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