+ Reply to Thread
Results 1 to 17 of 17

Automate updating cells in a row on a weekly or monthly basis

  1. #1
    Registered User
    Join Date
    08-13-2022
    Location
    Dubai, UAE
    MS-Off Ver
    Microsoft Office 2010
    Posts
    8

    Exclamation Automate updating cells in a row on a weekly or monthly basis

    Hi community,
    I am a newbie here and also to excel except for a few copy-paste/data entry work. I am asked to automate the process of updating the cells, marked in yellow, in the attached sheet. The value in these cells has to be updated automatically with new data without much typing work. Like auto populating new data from images, files, etc. I am not sure of how to do this. I am using Excel 2010 version. Please help!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Automate updating cells in a row on a weekly or monthly basis

    To get you started.

    G5=SUM(C5:F5) and drag down.

    K5=SUM(H5:J5) and drag down.

    L5=G5-K5 and drag down.


    See the attached file.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    08-13-2022
    Location
    Dubai, UAE
    MS-Off Ver
    Microsoft Office 2010
    Posts
    8

    Re: Automate updating cells in a row on a weekly or monthly basis

    Thank you for your response oeldere. But this is not the solution what I am looking for. Those columns which are marked yellow in my sheet, has to be updated with new values on a weekly or monthly basis. For example, consider those are the values for the month of June, the sheet will have to be updated with new entries for the next month. Currently, I am manually typing new values under each column every month. I would like to know if there is any other way instead of manually entering the values. Is there any option to create a form or formula or code where I will be able to enter new values for the particular tenant without going to the cells to update it every time?

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Automate updating cells in a row on a weekly or monthly basis

    Maybe you could add an extra column to determine the month.

    See the example.

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Automate updating cells in a row on a weekly or monthly basis

    You could design a Userform BUT that is still manual entry. You cannot update automatically unless there is a "source" of the (new) data.

    And what happens to the "old" values .. are they just overwritten and no record kept?
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  6. #6
    Registered User
    Join Date
    08-13-2022
    Location
    Dubai, UAE
    MS-Off Ver
    Microsoft Office 2010
    Posts
    8

    Re: Automate updating cells in a row on a weekly or monthly basis

    Exactly this is what my problem is. I would need to fetch these new data from a source file like images or a text file. These old values need to be overwritten.

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Automate updating cells in a row on a weekly or monthly basis

    Then provide an example with a source file (images will not work!) e,g TXT or CSV

  8. #8
    Registered User
    Join Date
    08-13-2022
    Location
    Dubai, UAE
    MS-Off Ver
    Microsoft Office 2010
    Posts
    8

    Re: Automate updating cells in a row on a weekly or monthly basis

    Here is the sample file. Please take a look! The new values are highlighted in yellow.
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    08-13-2022
    Location
    Dubai, UAE
    MS-Off Ver
    Microsoft Office 2010
    Posts
    8

    Re: Automate updating cells in a row on a weekly or monthly basis

    Can anyone help me with this please?

  10. #10
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Automate updating cells in a row on a weekly or monthly basis

    I used the data in csv file of #8, and added the result below the data of my file in #4.

    After that a pivot table to analyse the data.

    See the attached file.

  11. #11
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Automate updating cells in a row on a weekly or monthly basis

    I see no difference between the CSV file and the original XLSX you posted so it is no clearer to me what you require.

  12. #12
    Registered User
    Join Date
    08-13-2022
    Location
    Dubai, UAE
    MS-Off Ver
    Microsoft Office 2010
    Posts
    8

    Re: Automate updating cells in a row on a weekly or monthly basis

    There is a difference in the values in both the files (same column name but different values). I want to replace the values in the excel file for the columns C, D, E, H, I, J to the values present in the csv files. (same column name)

  13. #13
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Automate updating cells in a row on a weekly or monthly basis

    Is there a specific reason you do not anwer my offered solution in #10?

  14. #14
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Automate updating cells in a row on a weekly or monthly basis

    In XLSX

    in C5

    =SUMIF('Test (1).csv'!$B:$B,$B5,'Test (1).csv'!$C:$C)

    Copy down

    Change highlighted to D,E,H,I,J for other columns

    Change file name as required

  15. #15
    Registered User
    Join Date
    08-13-2022
    Location
    Dubai, UAE
    MS-Off Ver
    Microsoft Office 2010
    Posts
    8

    Re: Automate updating cells in a row on a weekly or monthly basis

    sorry i missed that! thank you so much. and also am sorry to say that was not my requirement.

  16. #16
    Registered User
    Join Date
    08-13-2022
    Location
    Dubai, UAE
    MS-Off Ver
    Microsoft Office 2010
    Posts
    8

    Re: Automate updating cells in a row on a weekly or monthly basis

    ok thank you so much!!!! i will try this and let you know

  17. #17
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Automate updating cells in a row on a weekly or monthly basis

    If you are responding out of sequence, it is usually enough just to mention the helper's user name (e.g @Oeldere).

+ 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. Task Completion rate on weekly, monthly basis
    By Jungle_123 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-12-2022, 10:19 PM
  2. Replies: 3
    Last Post: 12-05-2021, 06:11 AM
  3. Monthly Bill Budget on a weekly pay basis.
    By shanecline in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-06-2015, 04:26 AM
  4. Auto Updating of 100+ Files from Data File on Monthly Basis
    By ats1312 in forum Excel Programming / VBA / Macros
    Replies: 31
    Last Post: 10-09-2013, 11:53 AM
  5. [SOLVED] Automate a report, which changes on a monthly basis
    By s.farrelly in forum Excel Formulas & Functions
    Replies: 21
    Last Post: 08-21-2012, 01:33 PM
  6. Replies: 2
    Last Post: 07-13-2011, 04:02 AM
  7. Replies: 1
    Last Post: 07-11-2008, 05:57 AM

Tags for this Thread

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