+ Reply to Thread
Results 1 to 4 of 4

Excel entry in a sheet auto entry to another sheet

  1. #1
    Registered User
    Join Date
    02-02-2015
    Location
    chennai
    MS-Off Ver
    2010
    Posts
    15

    Excel entry in a sheet auto entry to another sheet

    Hi,

    Can anyone help on Excel functions. Say example I have name column (A2:A) in sheet1. When ever I update the column (A2:A), the name column (C2:C)in sheet2 should update automatically . Can anyone help.

    Regards,
    Rajesh

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,995

    Re: Excel entry in a sheet auto entry to another sheet

    I'm sorry, but you are going to have to explain in more detail what you are trying to do.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  3. #3
    Registered User
    Join Date
    02-02-2015
    Location
    chennai
    MS-Off Ver
    2010
    Posts
    15
    Sheet1

    Name.
    Aa.
    bb
    Cc

    Sheet2

    Name


    Whatever I update in sheet1, it should automatically change in sheet2 name column.

    Regards
    Rajesh

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,995

    Re: Excel entry in a sheet auto entry to another sheet

    I see. So, in C2 dragged down:

    =Sheet1!A2

    Is this what you want?

    If you are going to be inserting and deleting data in Sheet 1, try this:

    =IF(LEN(Sheet1!A2)>0,Sheet1!A2,"")
    Last edited by AliGW; 10-18-2018 at 02:37 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Confirm data entry once sheet is input button that password locks sheet
    By gr8niss in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-21-2017, 01:15 PM
  2. [SOLVED] Auto generate sheets using template sheet and upon data entry. Link to main sheet
    By Coubs3 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-05-2017, 09:48 AM
  3. Replies: 1
    Last Post: 05-12-2016, 03:36 AM
  4. [SOLVED] *Urgent * Work related * Generating an Auto-log from data entry on another sheet
    By demetrius323 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 11-17-2014, 06:13 PM
  5. [SOLVED] Code to transfer latest entry from sheet 'Account' to sheet 'Summary' automatically
    By mukeshbaviskar in forum Excel Programming / VBA / Macros
    Replies: 13
    Last Post: 01-30-2014, 08:56 PM
  6. Auto data entry on a different sheet layer
    By R.Sloan in forum Excel General
    Replies: 1
    Last Post: 08-14-2013, 11:19 AM
  7. Replies: 4
    Last Post: 03-22-2011, 09:44 PM

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