+ Reply to Thread
Results 1 to 2 of 2

Adding Percentage score to e-mail

  1. #1
    Registered User
    Join Date
    01-30-2020
    Location
    UK
    MS-Off Ver
    2013
    Posts
    82

    Adding Percentage score to e-mail

    Hi All

    I have a macro for sending feedback e-mails to users. I need to add a new line into the e-mail body to give a quality score.

    For each unique UserID in ColA the score calculation will be: Count ColJ that equals "N/A" / Total Count *100.

    I'd like to add the percentage into the 'Quality' string in the e-mail body. Many thanks for any help!

    NOTE: The html code causes a firewall problem when posting so the existing code is in the attached sheet.
    Attached Files Attached Files

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

    Re: Adding Percentage score to e-mail

    N2 =IFERROR((IF(Countif($A$2:$A55,$A2)=Countif($A$2:$A2,$A2),($A$2:$A55,$A2),"")/Counta($A$2:$A$55)),"") and drag down.

    Format as %.

    I can't help you adding this in the body of the file.
    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. Percentage given a weighted score
    By Clash in forum Excel General
    Replies: 4
    Last Post: 06-29-2016, 04:57 AM
  2. Formula required to work out desired percentage score
    By arfa17 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-02-2014, 07:47 AM
  3. Add bonus to score percentage
    By GTZferg in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-13-2013, 01:11 PM
  4. Allocate a percentage of score based on rank
    By scopo911 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 11-11-2013, 08:17 PM
  5. Reverse GPA As Percentage To Calculate A Total Score
    By claudiopolis in forum Excel General
    Replies: 4
    Last Post: 10-21-2011, 08:28 AM
  6. Using RANDBETWEEN to calculcate percentage of a score
    By Bekanator in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 11-10-2006, 08:33 PM
  7. Percentage score formula
    By Pieman in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 05-05-2006, 08:50 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