+ Reply to Thread
Results 1 to 13 of 13

Totals by Month

  1. #1
    Forum Contributor
    Join Date
    03-09-2007
    Location
    Australia
    MS-Off Ver
    Office 10
    Posts
    371

    Totals by Month

    I use the attached worksheet to manage payments processed from PayPal.
    I am looking to save a little work in the automatic caluculation of the figures in Col I 113 - 123 and in J 113 - 123
    The calculation currently is done with a manual auto sum
    I have place next to the cells what I would like to achieve.

    Also I am seeking an alert in Col E should a duplicate Invoice number be attempted.

    Assistance appreciated
    Attached Files Attached Files
    Last edited by bnwash; 01-04-2013 at 02:34 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Totals by Month

    I dont see what's wrong with the sum() formulas you have there now? if its a case of having to adjust them when you add a new month, then just take the sum range down to the empty row (25) and then add new rows above that when needed.

    regarding the duplicates, this can be done with conditional formatting...
    1. highlight the range you want to apply the conditional formatting to (E8:E104)
    2. on the home tab, styles, select CF
    3. select new rule, select "format only unique or duplicate values"
    4. select duplicates - format fill as desired

    hope this helps?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    03-09-2007
    Location
    Australia
    MS-Off Ver
    Office 10
    Posts
    371

    Re: Totals by Month

    Thanks for that however, I am looking for a refinement on the formula similar to which is in Col g 113 - 123

    Regards

    Barry

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Totals by Month

    for the formulas in G125:J125? why, they are working fine?

  5. #5
    Forum Contributor
    Join Date
    03-09-2007
    Location
    Australia
    MS-Off Ver
    Office 10
    Posts
    371

    Re: Totals by Month

    The formula in col G are totalling all.
    I looking to modify what is in g to apply for I and J
    You will not that some sales apply to I and some to J
    I am not sure who to modify the formula in G 113 - G123 to accomodate this

    Hope I am clear with this

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Totals by Month

    ok if i understand you, in I113, copied down and across, use this...
    =SUMIFS($G$7:$G$104,$A$7:$A$104,">="&$D113,$A$7:$A$104,"<"&$D114,$D$7:$D$104,I$112)

  7. #7
    Forum Contributor
    Join Date
    03-09-2007
    Location
    Australia
    MS-Off Ver
    Office 10
    Posts
    371

    Re: Totals by Month

    Perfect many thanks

  8. #8
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Totals by Month

    Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as SOLVED. If your problem has not been solved you can use Thread Tools (located above your first post) and choose "Mark this thread as unsolved".
    Thanks.

    Also, consider thanking those who helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

  9. #9
    Forum Contributor
    Join Date
    03-09-2007
    Location
    Australia
    MS-Off Ver
    Office 10
    Posts
    371

    Re: Totals by Month

    I am greatly appreciating the assistance given.
    I have a further thought and a request for assistance

    The form which I have attached an example is added to on a daily basis and it is quiet a pain to insert blank cells [eg from row 65 onwards]
    Is it possible for code that adds a line to when info is added into the next line
    In other words
    If I enter info into row 65 can it auto add a row to accept additional info rather than what I have now a lot of empty green Rows

    Appreciate assistance
    Last edited by bnwash; 01-05-2013 at 03:13 AM.

  10. #10
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Totals by Month

    I made some changes to your file. I put the data on sheet2, and changed some of your formulas (and the CF)

    also adjusted the formulas on the summary table to include a longer rtange. take a look an let me know what you think?

    (on your data sheet - sheet2, check the name headings on I5:J5, i think you have them the wrong way round?
    Attached Files Attached Files

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

    Re: Totals by Month

    Or with an pivot table.

    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.

  12. #12
    Forum Contributor
    Join Date
    03-09-2007
    Location
    Australia
    MS-Off Ver
    Office 10
    Posts
    371

    Re: Totals by Month

    Thanks for that,

    can you assist with the following

    The form which I have attached an example is added to on a daily basis and it is quiet a pain to insert blank rows [eg from row 65 onwards]
    Is it possible for code that adds a row when data in one row has been completed
    For example - I enter data in row 65 and when completed row 66 is ready for entry rather than me copy and paste blank rows with formula

  13. #13
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Totals by Month

    not sure if post # 12 is the same request as post # 9, but if you take a look at the file that I uploaded, the formulas continue down to row 104?

    you can easily copy that format down another couple of hundred rows if you want to, you dont need any code that will "add a row when data in one row has been completed"

+ 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