+ Reply to Thread
Results 1 to 4 of 4

Convert star rating to rounded percentage values

  1. #1
    Registered User
    Join Date
    09-23-2012
    Location
    Mumbai
    MS-Off Ver
    Excel 2010
    Posts
    61

    Convert star rating to rounded percentage values

    Hi Everyone... I need your help with some numbers

    I have a Star Rating value in the following format (out of 5):

    Column A
    4.3
    4.2
    4.2
    4.7
    4
    4.1
    4.4
    4.3
    3.6
    2.4
    3
    3
    3
    3.2
    3.3
    3.4
    3.4


    However I want to convert them into a percentage value of 10s, as seen in the attached screenshot.

    star-ratings.jpg

    star-rating.jpg

  2. #2
    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,872

    Re: Convert star rating to rounded percentage values

    Build a table as shown in columns A & B then the formulas in column F

    Excel 2016 (Windows) 32 bit
    A
    B
    C
    D
    E
    F
    1
    0.10
    10
    4.3
    =VLOOKUP(E1,$A$1:$B$10,2,TRUE)
    2
    1.00
    20
    4.2
    =VLOOKUP(E2,$A$1:$B$10,2,TRUE)
    3
    1.10
    30
    4.2
    =VLOOKUP(E3,$A$1:$B$10,2,TRUE)
    4
    2.00
    40
    4.7
    =VLOOKUP(E4,$A$1:$B$10,2,TRUE)
    5
    2.10
    50
    4
    =VLOOKUP(E5,$A$1:$B$10,2,TRUE)
    6
    3.00
    60
    4.1
    =VLOOKUP(E6,$A$1:$B$10,2,TRUE)
    7
    3.10
    70
    4.4
    =VLOOKUP(E7,$A$1:$B$10,2,TRUE)
    8
    4.00
    80
    4.3
    =VLOOKUP(E8,$A$1:$B$10,2,TRUE)
    9
    4.10
    90
    3.6
    =VLOOKUP(E9,$A$1:$B$10,2,TRUE)
    10
    5.00
    100
    2.4
    =VLOOKUP(E10,$A$1:$B$10,2,TRUE)
    11
    3
    =VLOOKUP(E11,$A$1:$B$10,2,TRUE)
    12
    3.2
    =VLOOKUP(E12,$A$1:$B$10,2,TRUE)
    13
    3.3
    =VLOOKUP(E13,$A$1:$B$10,2,TRUE)
    Sheet: Sheet1

    Excel 2016 (Windows) 32 bit
    A
    B
    C
    D
    E
    F
    1
    0.10
    10
    4.3
    90
    2
    1.00
    20
    4.2
    90
    3
    1.10
    30
    4.2
    90
    4
    2.00
    40
    4.7
    90
    5
    2.10
    50
    4
    80
    6
    3.00
    60
    4.1
    90
    7
    3.10
    70
    4.4
    90
    8
    4.00
    80
    4.3
    90
    9
    4.10
    90
    3.6
    70
    10
    5.00
    100
    2.4
    50
    11
    3
    60
    12
    3.2
    70
    13
    3.3
    70
    Sheet: Sheet1
    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

  3. #3
    Registered User
    Join Date
    09-23-2012
    Location
    Mumbai
    MS-Off Ver
    Excel 2010
    Posts
    61

    Re: Convert star rating to rounded percentage values

    Quote Originally Posted by alansidman View Post
    Build a table as shown in columns A & B then the formulas in column F
    Hi Alan... this worked like a charm. Thanks for your help bro, Have a great day!

    I love this forum!

  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,872

    Re: Convert star rating to rounded percentage values

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, you may not be aware that you can thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of those who helped.

+ 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] Rating based on percentage
    By [email protected] in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 05-28-2019, 08:50 AM
  2. Replies: 1
    Last Post: 10-21-2016, 04:12 PM
  3. 6 star ranking system: how to select a rating by clicking on one of the stars
    By Bas_R in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-07-2016, 11:56 AM
  4. Need to calculate 5 star reviews for given rating in excel
    By aism in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-05-2014, 04:05 PM
  5. Adding 5 star rating system
    By tarnationify in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 06-19-2014, 10:50 AM
  6. [SOLVED] Where did I go Wrong? inserting a 5 star rating in excel VBA
    By Dyls in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-23-2013, 05:32 AM
  7. Add 5 Star Rating to cell
    By panamakevin in forum Excel General
    Replies: 9
    Last Post: 10-10-2012, 04:25 PM

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