+ Reply to Thread
Results 1 to 3 of 3

Formulas for Returning Harvey Ball results

  1. #1
    Registered User
    Join Date
    01-18-2018
    Location
    US
    MS-Off Ver
    Office 365
    Posts
    1

    Formulas for Returning Harvey Ball results

    I need a formula that will return a harvey ball. For example

    0 would = an empty harvey ball
    1 would = a 25% filled harvey ball
    2 would = a 50% filled harvey ball
    3 would = a 75% filled harvey ball
    4 would = a 100% filled harvey ball

    I have tried the formula below, but it only returns a number, not a harvey ball, so apparently there is something wrong with my formula.

    =IF(J2=$M$5,$N$5,IF(J2=$M$6,$N$6,IF(J2=$M$7,$N$7,IF(J2=$M$8,$N$8,IF(J2=$M$9,$N$9)))))

    Help Please.
    Last edited by sgonzalez66; 01-18-2018 at 02:57 PM. Reason: Forgot to put my formula

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Formulas for Returning Harvey Ball results

    Hello and welcome to the forum.

    Assuming that J2 has an integer value of 0 through 4, try this:

    =CHOOSE(J2+1,"○","◔","◑","◕","●")

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Formulas for Returning Harvey Ball results

    If you were looking for something different, you can use a pie chart referring to two cells (one for empty % and one for full %)

    Full % =0.25*J2
    Empty % =1-0.25*J2

    For example, with J2 = 3,
    Full % = 0.25*(3) = 0.75 which will be displayed as 75% of the pie chart
    Empty % = 1-0.25*(3) = 1-0.75 = 0.25 which will be displayed as 25% of the pie chart

+ 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. Formula's not returning results
    By moxiegirl in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-06-2015, 09:44 PM
  2. Help Returning Results?
    By enysmk in forum Excel General
    Replies: 2
    Last Post: 01-22-2014, 12:32 PM
  3. Help returning different results with the same value
    By araujo3rd in forum Excel General
    Replies: 5
    Last Post: 10-23-2012, 07:22 AM
  4. Matching and returning corresponding results
    By SamRyde in forum Excel General
    Replies: 6
    Last Post: 09-08-2011, 09:47 AM
  5. How to embedd "Harvey Ball" (symbol) in a cell
    By Gezza in forum Excel General
    Replies: 14
    Last Post: 06-13-2009, 03:43 AM
  6. Returning a list of results
    By Niester Rabbit in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 07-02-2007, 01:18 PM
  7. AdvancedFilter on cells with formulas, returning values and not formulas
    By Claus in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-07-2005, 03:05 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