+ Reply to Thread
Results 1 to 3 of 3

Counters (week and month)

  1. #1
    Registered User
    Join Date
    04-27-2012
    Location
    lisbon
    MS-Off Ver
    Excel 2007
    Posts
    3

    Counters (week and month)

    I would like to help through formulas or macros to the table with attached (column A and column B),
    get the weekly and monthly values ​​for each item.

    Thank you for your attention and for possible aid sent

    Carlos
    Attached Files Attached Files

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Counters (week and month)

    Here you go.

    I broke up the weeks into two values:

    =COUNTIFS($A$2:$A$75,$E4,$B$2:$B$75,">="&F$2,$B$2:$B$75,"<"&F$3)

    It's checking against the string, greater than start date, less than first date of next week.

    Month is the same:

    =COUNTIFS($A$2:$A$75,$E4,$B$2:$B$75,">="&M$3,$B$2:$B$75,"<"&N$3)

    Just checking string, start date of month, less than first date of next month.

    countifs for lisbon.xls

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

    Re: Counters (week and month)

    With an pivot table.

    See the attached file.

    Please reply.
    Attached Files Attached Files
    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.

+ 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. Return value of the last week of the month based on the year and month
    By stevekho2 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-14-2013, 11:04 AM
  2. [SOLVED] Showing Fridays of each month in a 4 week month and a five week month
    By david_j_p in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-09-2013, 06:27 AM
  3. Replies: 10
    Last Post: 01-22-2012, 10:05 AM
  4. [SOLVED] Excel month dropdown list to generate day of week and date for selected month
    By aaaaaaaa in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-17-2010, 02:45 PM
  5. Averages - Day of the Week, Week, Month
    By njexpress9 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-06-2009, 06:53 AM

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