+ Reply to Thread
Results 1 to 3 of 3

Adding percentage to a formula with text & countif

  1. #1
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Adding percentage to a formula with text & countif

    Hi guys,

    Using google sheets.

    I have this text:

    ="Number of members left to submit entries: " & COUNTIF(D8:D47, "1") & " out of 40"

    I want to add on to this formula.... what the value of COUNTIF(D8:D47, "1") out of 40 people is in a percentage. so it should read

    ="Number of members left to submit entries: " & COUNTIF(D8:D47, "1") & " out of 40" (90%) cana yone guide me if this is possible?

    thankyu
    Thanks,

    R.



  2. #2
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,913

    Re: Adding percentage to a formula with text & countif

    You could use:

    ="Number of members left to submit entries: " & COUNTIF(D8:D47, "1") & " out of 40 ("&TEXT(COUNTIF(D8:D47, "1")/40,"0%")&")"
    Rory

  3. #3
    Forum Contributor
    Join Date
    11-13-2015
    Location
    London
    MS-Off Ver
    Office 365
    Posts
    831

    Re: Adding percentage to a formula with text & countif

    thank you!

+ 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] Adding additional text to a countif formula
    By MattExcelLearner in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 10-15-2018, 06:54 AM
  2. Adding a COUNTIF function to an existing IF AND COUNTIF Formula...
    By Ourkid123uk in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-24-2018, 10:09 AM
  3. Countif percentage average formula
    By snidaere in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-03-2016, 04:33 AM
  4. [SOLVED] Countif and divide by formula needs to become percentage
    By argentraven in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-30-2015, 05:17 PM
  5. [SOLVED] Formula for adding a percentage from one cell and adding the total of 2 others
    By Kandra in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-04-2013, 06:48 AM
  6. Adding Percentage in formula
    By junkscratch in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-24-2007, 07:17 PM
  7. Countif formula - percentage
    By godonlyknows in forum Excel General
    Replies: 3
    Last Post: 02-09-2006, 09:11 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