+ Reply to Thread
Results 1 to 17 of 17

Insert Row and Record in Another Sheet Once I entered date

  1. #1
    Registered User
    Join Date
    07-26-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    66

    Insert Row and Record in Another Sheet Once I entered date

    Dear All

    I have two sheets one = where I am entering day to day data
    two = For getting result

    Once I entered data in first sheet then I want date wise record in another sheet
    in which I will enter date.
    After entering date all the record will be inserted in another sheet from first sheet
    And main sheet will remain with all records

    Please find attached sheet
    and Please help for the same

    I am not aware with coding so please attache the file with solution so I can
    Understand formula and code

    Atul
    Attached Files Attached Files

  2. #2
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Insert Row and Record in Another Sheet Once I entered date

    Hi Atul,

    Try this:AtulDClick.xlsm - I added a "Template" sheet and the event is triggered by a double click
    If I've helped you, please consider adding to my reputation - just click on the liitle star at the left.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~(Pride has no aftertaste.)

    You can't do one thing. XLAdept

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~aka Orrin

  3. #3
    Registered User
    Join Date
    07-26-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    66

    Re: Insert Row and Record in Another Sheet Once I entered date

    I could not understood what you want to say
    1) I saw If I change Value in Income sheet it dosent change in date wise sheet.
    2) If I entered any spesific date in your any shet then also date dosent change
    3) I am not able to understand how i can use this for my another File or even for this file when I will increase Date sheet
    4) Even you said "event is triggered by a double click" that also I didnt understood

    Please explain as if I am not familier with coading
    Hope you will help me better.

    Atul
    Last edited by atulexel79; 07-28-2014 at 10:14 AM. Reason: points left to enter in previous post

  4. #4
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Insert Row and Record in Another Sheet Once I entered date

    Hi Atul,

    Enter a record in the "Income" Sheet and double-click that row with the new record and you'll get what you want - I think

  5. #5
    Registered User
    Join Date
    07-26-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    66

    Re: Insert Row and Record in Another Sheet Once I entered date

    Ok I Understood

    Thanks
    But it is inserting rows multiple times which should not insert twice
    Even If I chnage Date of Existing file then also it dosent chnage Record

    Please help

    Atul

  6. #6
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Insert Row and Record in Another Sheet Once I entered date

    I wrote it to handle new data only - if you want to change existing data, then the code will need alteration??

  7. #7
    Registered User
    Join Date
    07-26-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    66

    Re: Insert Row and Record in Another Sheet Once I entered date

    Can you please make it for me?

    And I need option if I change date
    Then Data will be changed as per date

    Atul

  8. #8
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Insert Row and Record in Another Sheet Once I entered date

    Hi Atul,

    Can you give me an example of what you would enter for the "change date" and what you would expect for the outcome?

  9. #9
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Insert Row and Record in Another Sheet Once I entered date

    Hi Atul,

    See if this is what you want:AtulDClick.xlsm

  10. #10
    Registered User
    Join Date
    07-26-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    66

    Re: Insert Row and Record in Another Sheet Once I entered date

    Thanks Dude

    Now it stops multiple entry for same record

    What I want about date change is as follow

    In my Output sheet Yellow field is for date entry

    When I will put Differant Date in same field
    at that time data should come according to entered date
    Now you have made differant sheet for differant date

    Anyway your these efforts are also appreciable
    Thanks

    Atul

  11. #11
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Insert Row and Record in Another Sheet Once I entered date

    Attachment 336430

    I guess that this is more like what you want?
    Attached Files Attached Files
    Last edited by xladept; 08-01-2014 at 04:17 PM.

  12. #12
    Registered User
    Join Date
    07-26-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    66

    Re: Insert Row and Record in Another Sheet Once I entered date

    I didnt Understood

    What changes you made in sheet

    I changed date in Output Sheet
    But no changes happend in output

  13. #13
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Insert Row and Record in Another Sheet Once I entered date

    Hi Atul,

    Did you enable macros and enable content - it works for me?

  14. #14
    Registered User
    Join Date
    07-26-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    66

    Re: Insert Row and Record in Another Sheet Once I entered date

    Yes I have already eneabled it
    If you elaborate step by step then I think I will understood

    Atul

  15. #15
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Insert Row and Record in Another Sheet Once I entered date

    Hi Atul,

    You need only to change the date on the output sheet - you don't need to do anything else, but, if it's not a valid date with data on the input sheet then there will be no result. (I type "7/27" in "B2")

    *I was having trouble with the website that day - here's the spreadsheet again:AtuWChange.xlsm
    Last edited by xladept; 08-20-2014 at 02:41 PM.

  16. #16
    Registered User
    Join Date
    07-26-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    66

    Re: Insert Row and Record in Another Sheet Once I entered date

    Bravo

    You are Champ Boss
    Three Cheers for you

    You have done this as the way I needed


    Just One thing I would like to know
    This was Sample file which I was provided you

    I am not aware with Coading
    If I will give you whole sheet
    Then can you make it for me ?

    Anyway you have done great job
    Thanks Dear

    Atul

  17. #17
    Forum Guru xladept's Avatar
    Join Date
    04-14-2012
    Location
    Pasadena, California
    MS-Off Ver
    Excel 2003,2010
    Posts
    12,378

    Re: Insert Row and Record in Another Sheet Once I entered date

    Hi Atul,

    Thanks for the rep - I can work with the actual file

  18. #18
    Registered User
    Join Date
    07-26-2014
    Location
    india
    MS-Off Ver
    2010
    Posts
    66

    Re: Insert Row and Record in Another Sheet Once I entered date

    Thanks

    I will given main sheet soon Once I finalize what I want exact

    Already Star has Given

    Thanks again

    Atul

+ 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. Auto Insert Date and Time - When any Text is entered in to cell
    By SANU PN in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-14-2014, 12:50 AM
  2. Cell formula to record many values and date entered
    By Stryda in forum Excel General
    Replies: 11
    Last Post: 11-13-2011, 04:28 PM
  3. Insert date entered in sheet 1 to first available blank row in sheet 3?
    By Drunken Clam in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 02-03-2008, 08:43 AM
  4. Replies: 7
    Last Post: 05-02-2006, 11:30 AM
  5. [SOLVED] recording the date when record was entered in cell in Excel
    By mcgoo in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-10-2005, 07:06 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