+ Reply to Thread
Results 1 to 28 of 28

How to add counter to monitor numberof edits and copy this data in diff cells??

  1. #1
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Post How to add counter to monitor numberof edits and copy this data in diff cells??

    Dear Reader!!

    My objective is to reduce the time a errors occured in data entry in a manufacturing unit.

    My requirement is:

    Firstly, i select a data in the cell B5 by drop down list, then select another data from C5, again select a numeric value from D5, again a value from E5, and enter manually a number in cell F5: the visulalisation goes here: B5,C5,D5,E5,F5.
    This data in B5 shoukd get copied to B10, data in C5 copy to c10 and so on til F5 data gets copied to F10
    hence, B5 to B10, C5 to C10, D5 to D10, E5 to E10, F5 to F10.

    Similarly, B5 to B15, C5 to C15, D5 to D15, E5 to E15, F5 to F15.

    upto, B5 to B1500, C5 to C1500, D5 to D1500, E5 to E1500, F5 to F1500.

    Request for solutions.

    Appreciate for the valuable solution and thank you in advance.

    Regards,
    Chetan
    Last edited by CHETANHADIMANI; 07-18-2012 at 03:55 AM.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    Perhaps..
    Please Login or Register  to view this content.
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    sry, unable to process the VBA program, the data in B5 to F5 is not getting transfered to B10 to F10,
    pl kindly guide in this regard.

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    You need to execute the macro once you have populated the cells in B5 to F5. Whats the error you've run into?

    Alternatively, to just copy values run

    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    please tell me in detail:

    i have entered the values in b5, c5, d5,e5,f5. now i have to store these values in b10, c10, d10, e10, f10.

    then again after some time i will enter other values in b5, c5, d5,e5,f5, now again these value hv to get stored in b11, c11, d11, e11, f11.

    the same would continue till, b100 to f100.


    tell me the complete procedure, request for your valuable time here.

    Regards,
    [email protected]

  6. #6
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    please reply to the above message, the solution is very much essential for me.

    request you to help in this regard!!!!

  7. #7
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    Do you need these values replicated all the way from row#10 to row#100 or is it that they need to be updated in the immediate next non-blank row every time that you input values in Row#5? Your last post is inconsitent with your first one in terms of requirements

  8. #8
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    they need to be updated in the immediate next non-blank row every time that you input values in Row#5

    ---------- Post added at 11:54 AM ---------- Previous post was at 11:18 AM ----------

    Please reply sir!!!!

    ---------- Post added at 12:47 PM ---------- Previous post was at 11:54 AM ----------

    The Code provided by you:
    Please Login or Register  to view this content.

    the data from B5,C5, D5, E5,F5 location is copied to b6, c6, d6, e6, f6. this works fine.

    again if i add data in B5,C5, D5, E5,F5, the data replaces the previous content in b6, c6, d6, e6, f6. that is not required to me.

    My requirement is, as i add data in B5,C5, D5, E5,F5, the data has to keep on adding in the next rows, like first the data is copied in b6, c6, d6, e6, f6, then to b7, c7, d7, e7, f7, again then to b8, c8, d8, e8, f8. and son on.....

    please rectify the code and revert to me.

    regards,
    Chetan
    Last edited by arlu1201; 07-19-2012 at 05:45 AM. Reason: Use code tags in future.

  9. #9
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    Use this instead..Cell B4 should be non-blank for it to work!

    Please Login or Register  to view this content.

  10. #10
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    the data from B5,C5, D5, E5,F5 location is copied to b6, c6, d6, e6, f6. this works fine.

    again if i add data in B5,C5, D5, E5,F5, the data replaces the previous content in b6, c6, d6, e6, f6. that is not required to me.

    My requirement is, as i add data in B5,C5, D5, E5,F5, the data has to keep on adding in the next rows, like first the data is copied in b6, c6, d6, e6, f6, then to b7, c7, d7, e7, f7, again then to b8, c8, d8, e8, f8. and son on.....

    the data need to be updated in the immediate next non-blank row every time that you input values in Row#5

    please rectify the code and revert to me.

    regards,
    Chetan

  11. #11
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    If you paste special values this might not be the case..also ensure Cell B4 is non-blank! You would need to execute the macro every time you update Row5

    Please Login or Register  to view this content.
    Last edited by arlu1201; 07-19-2012 at 05:46 AM.

  12. #12
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    Again the value is being updated in the below cells,

    the data need to be updated in the immediate next non-blank row every time that i input values in Row#5 !!!!!!

    please note my above point...

    regards,
    Chetan

  13. #13
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    please upload a sample worksheet.

  14. #14
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    please find the attachment below
    Attached Files Attached Files

  15. #15
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    The problem was due to 'merged cells' and incorrect row numbers that you provided. Avoid merged cells, they screw up the most! Use 'center across selection' alignment if you need the cosmetic visual effect.

    Refer attached. The code has been copied therein. I have also amended the data validation lists which were earlier picking the header rows too!
    Attached Files Attached Files

  16. #16
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    Tons of thanx and appreciation!!!!!

    also could you pl help in case of copying the time of edition, the same way....

    i hv also entered in the excel attached

    regards,
    Chetan

  17. #17
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    Here's the code...

    If you want only the date rplace the NOW() with TODAY() in the code

    Please Login or Register  to view this content.
    P.S. You can show your appreciation by clicking on the * icon towards the left!

  18. #18
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    What is error "400"??

  19. #19
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    As i am using multiple data validation, 'm unable to do the process you just helped me , please help me in this case.
    pl find the attachment.
    Attached Files Attached Files

  20. #20
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    As I mentioned earlier, do away with the merged cells. Make sure the ranges in the code refer to the ranges you need and adapt accordingly.

  21. #21
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    HAVE DONE IT SIR, UNABLE TO STAY AWAY FROM "ERROR NUMBER 400", PLEASE EDIT THE SHEET ATTACHED BEFORE.

    regards,
    Chetan

  22. #22
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    Not sure what does not work in this..At what instance do you get the error 400?
    Attached Files Attached Files

  23. #23
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    As i am using multiple data validation, 'm unable to do the process you just helped me , please help me in this case. 'm getting error 400 here, please help me out.
    pl find the attachment.
    Attached Files Attached Files

  24. #24
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    Sir, i have Solved the problem of " Error 400". thanks a lot for you help here!!!!!

    could please change the code, so that i can copy the values to other sheet....
    Last edited by CHETANHADIMANI; 07-20-2012 at 02:13 AM.

  25. #25
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    could please change the code, so that i can copy the values to other sheet....
    Could you please elaborate?

  26. #26
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    this is code, where in the data is copied to 8th row on the same sheet:
    Please Login or Register  to view this content.
    please change the code , so that i can store the data on the other sheet.
    Last edited by Cutter; 07-20-2012 at 11:07 AM. Reason: Added code tags

  27. #27
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    Do you intend to copy this sheet onto another sheet? Then, try this

    Please Login or Register  to view this content.
    You have to be better at explaining your requirements and get them alll out at once instead of piecemeal posts! Save everyone time and effort

  28. #28
    Registered User
    Join Date
    07-17-2012
    Location
    mumbai, india
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: How to add counter to monitor numberof edits and copy this data in diff cells??

    Thankx a lot and tons of appreciation for your help!!!!

    I need to upgrade the same solution you provided before.

    My requirement is:

    i am currently working offline on this workbook having 7 sheets, can i create a website having only one page, where in i can create an excel workbook having 7 sheets and here i must be able to save it manually/automatically every 10seconds. I also want this method to happen in such a way that: there should be two types of password, namely "password1" and "password2". password 1 would be used by a person for edition/addition of the sheets, password2 has to be used for persons only to view only 2 sheets and take their printouts. And only me should be allowed to send email update notification to the persons i need to update the data, i will send either of the password to them:"password1" or "password2" this would be done twice a month or as required by me.

    please help get this solution.

    regards,
    Chetan

+ 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