+ Reply to Thread
Results 1 to 6 of 6

Complicated Question

  1. #1
    Registered User
    Join Date
    04-26-2006
    Posts
    13

    Complicated Question

    Well this isn't a complicated question, but it is for me.

    When I type text into a cell, I want the text to appear in another worksheet and in the cell of my choosing. How do I do this?

    Thanks.

  2. #2
    Pete_UK
    Guest

    Re: Complicated Question

    Assuming you are typing into Sheet1, then in cell A1 of Sheet2 enter
    this formula:

    =IF(Sheet1!A1="","",Sheet1!A1)

    You can copy this across and down Sheet2 to suit.

    Whatever you enter into Sheet1 will be mirrored in Sheet2.

    Hope this helps.

    Pete


  3. #3
    Biff
    Guest

    Re: Complicated Question

    Hi!

    If you enter some data in cell A1 on Sheet1 and you want the same data to be
    entered in cell X100 on Sheet20, enter this formula in cell X100 on Sheet20:

    =Sheet1!A1

    If no data has been entered in cell A1 on Sheet1 then the formula will
    return 0. If you don't the 0 to be returned then use this formula:

    =IF(Sheet1!A1="","",Sheet1!A1)

    Biff

    "kyrospeare" <[email protected]> wrote
    in message news:[email protected]...
    >
    > Well this isn't a complicated question, but it is for me.
    >
    > When I type text into a cell, I want the text to appear in another
    > worksheet and in the cell of my choosing. How do I do this?
    >
    > Thanks.
    >
    >
    > --
    > kyrospeare
    > ------------------------------------------------------------------------
    > kyrospeare's Profile:
    > http://www.excelforum.com/member.php...o&userid=33888
    > View this thread: http://www.excelforum.com/showthread...hreadid=536654
    >




  4. #4
    Registered User
    Join Date
    04-26-2006
    Posts
    13
    Thanks a million to both of you.

  5. #5
    Registered User
    Join Date
    04-26-2006
    Posts
    13
    I tried entering =IF(Sheet1!A1="","",Sheet1!A1) but it didn't work. The formula just stayed in the box as if it were text to be printed.

    The exact formulas I tried were:

    =IF(Sheet6!C35="","",Sheet6!C35)

    I also tried:

    =Sheet6!C35

    I get nothing. The formula just stays in the box.

    Thanks.

  6. #6
    Biff
    Guest

    Re: Complicated Question

    That cell is probably formatted as TEXT.

    Change the format to GENERAL, hit function key F2, then hit ENTER.

    Biff

    "kyrospeare" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I tried entering =IF(Sheet1!A1="","",Sheet1!A1) but it didn't work. The
    > formula just stayed in the box as if it were text to be printed.
    >
    > The exact formulas I tried were:
    >
    > =IF(Sheet6!C35="","",Sheet6!C35)
    >
    > I also tried:
    >
    > =Sheet6!C35
    >
    > I get nothing. The formula just stays in the box.
    >
    > Thanks.
    >
    >
    > --
    > kyrospeare
    > ------------------------------------------------------------------------
    > kyrospeare's Profile:
    > http://www.excelforum.com/member.php...o&userid=33888
    > View this thread: http://www.excelforum.com/showthread...hreadid=536654
    >




+ 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