+ Reply to Thread
Results 1 to 3 of 3

Auto type of text in other cells.

  1. #1
    Registered User
    Join Date
    01-11-2007
    Posts
    1

    Auto type of text in other cells.

    I'm new to Excel, and I am making a little project for myself to get familiarized with the program. How would someone create a formula, that will typing in one cell, appear in multiple cells.

    So, If I typed the word "Hello" in cell A! it would also appear in B1, B2, B3, or/and C4, at the same time or after I hit enter.

    I have tried to search for the answer, but I don't know what to call this function. Any help would be greatly appreciated.

    LmB

  2. #2
    Forum Contributor
    Join Date
    08-14-2006
    Location
    USA
    MS-Off Ver
    2019
    Posts
    686
    just put =A1 in every cell you want the contents of A1 to appear in.

    Here is a link to an overall excel tutorial you may find helpful:
    http://www.excel-vba.com/excel-1-introduction-tips.htm

  3. #3
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by Digihelix
    I'm new to Excel, and I am making a little project for myself to get familiarized with the program. How would someone create a formula, that will typing in one cell, appear in multiple cells.

    So, If I typed the word "Hello" in cell A! it would also appear in B1, B2, B3, or/and C4, at the same time or after I hit enter.

    I have tried to search for the answer, but I don't know what to call this function. Any help would be greatly appreciated.

    LmB
    put in all cells where you want to return data from cell A1
    =A1
    or with absolute reference like this
    =$A$1

+ 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