+ Reply to Thread
Results 1 to 3 of 3

Need help calculating Averages based on specific text & partial text

  1. #1
    Registered User
    Join Date
    07-20-2021
    Location
    Toronto
    MS-Off Ver
    V2106
    Posts
    6

    Need help calculating Averages based on specific text & partial text

    I need help calculating the % of voluntary vs. Involuntary terminations by Group. The groups are in one column where the partial text re; termination is in another column.

    Please see attached for example. Specifically I need to calculate what % of "Customer Solutions" has voluntary left vs. Involuntarily left
    Attached Files Attached Files
    Last edited by spapay; 07-20-2021 at 01:02 PM.

  2. #2
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Need help calculating Averages based on specific text & partial text

    Hi,

    One way

    =COUNTIFS(B:B,"Customer Solutions",F:F,"Vol*")/COUNTIFS(B:B,"Customer Solutions")

    OTOH you might find a Pivot Table more useful - see attached.
    Attached Files Attached Files
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  3. #3
    Registered User
    Join Date
    07-20-2021
    Location
    Toronto
    MS-Off Ver
    V2106
    Posts
    6

    Re: Need help calculating Averages based on specific text & partial text

    Thanks so much for the formula, while pivot table is probably easier, this specific problem requires I(we) create a formula.

    The formula your provided is extremely helpful & very close to what I need. One slight difference I made was that it needs to be divided by any value containing text in column F as opposed to total # of customer solutions.

    Final formula looks as such:

    =COUNTIFS(Data!B:B,"Customer Solutions", Data!F:F,"Vol*")/COUNTIFS(Data!F:F,"*")

    Thanks again for your help!

+ 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. [SOLVED] Conditional Formatting based on partial/specific text to Change formating
    By mh348 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-23-2021, 10:36 AM
  2. [SOLVED] Using nested IFS to enter text based on partial text in another cell
    By r.coon in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 07-04-2020, 05:30 AM
  3. [SOLVED] Please help on COUNTIF Partial text, partial text/words also contained in other texts
    By maria.h in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-15-2020, 10:18 PM
  4. [SOLVED] Conditional Formatting based on partial/specific text to highlight entire row
    By bizdevdfw in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 05-18-2016, 04:32 PM
  5. [SOLVED] Partial Text Counting and calculating
    By Groovicles in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 07-31-2013, 10:17 AM
  6. [SOLVED] Conditional formating based on text in 2 columns (but only partial text!)
    By Icehockey44 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-19-2012, 06:26 AM
  7. Text Matching based on partial text
    By LKluger in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-20-2011, 04:04 PM

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