+ Reply to Thread
Results 1 to 9 of 9

Calculate monthly meeting attendance %

  1. #1
    Registered User
    Join Date
    08-03-2010
    Location
    Outback
    MS-Off Ver
    Excel 2010
    Posts
    6

    Calculate monthly meeting attendance %

    I would like a formula to calculate the % of meetings attended by individual members on a monthly basis. What I am trying to do without success is to calculate a % by using the latest monthly meeting as the divisor in the formula not the total of months (12). Can anyone help or even understand the request?
    Thanks in advance.

    meetings attended/total monthly meetings held to date=%
    I am having trouble calculating the divisor (total monthly meetings to date)
    Attached Files Attached Files
    Last edited by mcrams1025; 04-02-2011 at 08:55 PM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Formula help

    please change your title to something more descriptive "formula to calculate % on a monthly basis" would do this helps in future searches.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Registered User
    Join Date
    08-03-2010
    Location
    Outback
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Formula help

    Quote Originally Posted by martindwilson View Post
    please change your title to something more descriptive "formula to calculate % on a monthly basis" would do this helps in future searches.
    Can I edit the title of a thread?
    Thanks

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Formula help

    If you have registered, you will be able to edit and delete your posts. Note that the administrator can disable this ability as he desires. Your ability to edit your posts may also be time-limited, depending on how the administrator has set up the forum.

    To edit or delete your posts, click the button by the post you want to edit. If your post was the first in the thread, then deleting the post may result in the removal of the entire thread.

    After you have made your modifications, a note may appear, which notifies other users that you have edited your post. Administrators and moderators may also edit your messages but this note may not appear when they do so.

    note we cant answer a post with "formula help as a title" or we get visited by a moderator like a high flying incontinent pigeon
    Last edited by martindwilson; 04-02-2011 at 08:38 PM.

  5. #5
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Formula help calculate monthly meeting attendance %

    thanx for title change but sorry i forgot to mention please post a sample workbook,its easier to see what you need.show expected result and where you expect the result to be calculated from

  6. #6
    Registered User
    Join Date
    08-03-2010
    Location
    Outback
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Formula help calculate monthly meeting attendance %

    Quote Originally Posted by martindwilson View Post
    thanx for title change but sorry i forgot to mention please post a sample workbook,its easier to see what you need.show expected result and where you expect the result to be calculated from
    done

    would like the % of meetings attended at the end of each row for each member.

  7. #7
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Calculate monthly meeting attendance %

    you could try
    =(SUM(P2:P67))/(66*MONTH(TODAY()))

  8. #8
    Registered User
    Join Date
    08-03-2010
    Location
    Outback
    MS-Off Ver
    Excel 2010
    Posts
    6

    Re: Calculate monthly meeting attendance %

    Formula did not give the desired result. Thank you.

    These formulae seemed to work:

    =if(len(A2:A),mmult(index(B2):index(B:M,counta(A:A),month(today()))="x",sign(row(index(A1):index(A:M,month(today()))))),iferror(1/0))

    and

    =ArrayFormula(if(isnumber(N2:N),N2:N/month(today()),iferror(1/0)))

  9. #9
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Calculate monthly meeting attendance %

    not sure how you came up with those
    where does either of them go on your sheet? surely if no future months are used then you just need to count the no of x per person divided by the month of today
    so =countif(d2:o2,"x")/month(today()) would give the % for wanda
    i
    Last edited by martindwilson; 04-03-2011 at 02:55 PM.

+ 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