+ Reply to Thread
Results 1 to 4 of 4

I am learning Excel and I need to figure out how to count the amount of perfect meetings.

  1. #1
    Registered User
    Join Date
    08-09-2019
    Location
    Massachusetts, United States
    MS-Off Ver
    Office16
    Posts
    4

    Question I am learning Excel and I need to figure out how to count the amount of perfect meetings.

    I am trying to make it so that if the value of (P2:P73) = yes, and the value of (Q2:Q73) = no, it counts as 1 entity in L86. This is a little tough to explain because I can't explain the entire project I am working on as it is work-related. Essentially, say a meeting that was held went well, no issues, and it started in 60 seconds. I want to count every meeting that went off without any issues. So, if P2's value is "yes" and Q2's value is "no", L86's value will increase by 1, as it is showing 1 meeting that went perfect. Is there a way to use IF AND statements to achieve this?

    I appreciate any help so thanks in advance! Also, I am new to this forum so let me know if my attachment did not go up. Most of the information is hidden in the screenshot for privacy reasons, but everything needed to answer this should be on there. Thanks so much
    Attached Images Attached Images
    Last edited by Jeplonski; 08-12-2019 at 09:38 AM. Reason: Had to update title

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,843

    Re: I am learning Excel for work and I need to figure out how to do this. Could someone he

    As you say, it is difficult to understand what you want.

    What I see you describing sounds to me like a COUNTIFS() function: https://support.office.com/en-us/art...c-aa8c2a866842 Something like =COUNTIFS(P2:P72,"yes",Q2:Q72,"no") would count all of the records where column P is "yes" and column Q is "no". Is that what you are trying to do?

    Edit to add: I could also see using a pivot table for counting different combinations: https://www.excel-easy.com/data-****...ot-tables.html If this is the kind of data you work with and the kind of analysis you are going to be doing, I expect that at some point you are going to want to learn pivot tables.
    Quote Originally Posted by shg
    Mathematics is the native language of the natural world. Just trying to become literate.

  3. #3
    Registered User
    Join Date
    08-07-2019
    Location
    Bristol, England
    MS-Off Ver
    2011
    Posts
    4

    Re: I am learning Excel for work and I need to figure out how to do this. Could someone he

    I'd probalby add a new collumn to R, this would be =IF(P2="yes',IF(Q2="no",1))
    Then do =COUNTIF(R:R,1)
    That'll give you the number of lines that match your requirement. you could then take the average of this against your count of meetings for L86 if you wish.

  4. #4
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,912

    Re: I am learning Excel for work and I need to figure out how to do this. Could someone he

    Administrative Note:

    Welcome to the forum.

    We would very much like to help you with your query, however the thread title does not really convey what your request is about.

    Please take a moment to amend your thread title. Make sure that the title properly explains your request. Your title should be explicit and not be generic (this includes function names used without an indication of what you are trying to achieve).

    Please see Forum Rule #1 about proper thread titles and adjust accordingly. To edit the thread title, open the original post to edit and then click on Go Advanced (bottom right) to access the area where you can edit your title.

    (Note: this change is not optional. No help to be offered until this moderation request has been fulfilled.)
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ 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. Replies: 8
    Last Post: 02-12-2020, 02:47 AM
  2. Please help me figure out how to make this summation work
    By egoldin in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-07-2017, 06:20 PM
  3. [SOLVED] have Another Formula that i cant figure out how to make work..
    By bUB9161 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-16-2015, 02:50 AM
  4. Replies: 4
    Last Post: 02-03-2014, 08:05 AM
  5. Still learning arrays, not sure how to work with a particular range input/edit
    By Orestees in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 10-29-2012, 04:16 PM
  6. New to Excel... learning VBA for my work.
    By tripey in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 10-18-2012, 07:37 PM
  7. [SOLVED] VBA Help, cant figure out why it dosn't work.
    By Michael A in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-14-2006, 11:30 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