+ Reply to Thread
Results 1 to 21 of 21

Forumal Assistance

  1. #1
    Registered User
    Join Date
    09-07-2017
    Location
    South Africa
    MS-Off Ver
    MS Office 2010
    Posts
    11

    Forumal Assistance

    please assist in creating formulas for the ratings. They are to convert the Scores into rating and color code them. I'm not sure if i'm clear.

    EG: H18 should covert to 1 as a rating and color the cell red.

    the rating is as follows: 0% - 84% = 1
    85% - 89% = 2
    90% = 3
    91% - 95% = 4
    96% - 100% = 5
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Forumal Assistance

    Copy this from H18 to I22.

    After row 22, I do not know what you expect to see.

    =IF(H6="","",LOOKUP(H6,{0,0.85,0.9,0.91,0.96},{1,2,3,4,5}))
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  3. #3
    Registered User
    Join Date
    09-07-2017
    Location
    South Africa
    MS-Off Ver
    MS Office 2010
    Posts
    11

    Re: Forumal Assistance

    currently I am plotting in the ratings manually, I want the sheet to populate H18 automatically and convert it to a rating (the 1 which is inserted)

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Forumal Assistance

    I know that!! So did the formula work for rows 18 to 22, in your sheet (now attached here)??

    It is what you want in Rows 23 and down that I do not understand your requirement.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    09-07-2017
    Location
    South Africa
    MS-Off Ver
    MS Office 2010
    Posts
    11

    Re: Forumal Assistance

    I am literally jumping up and down in the office, thanks a mil Glen you are awesome. This is exactly what I wanted and I have been struggling from Monday.

    YOU ARE THE BEST

  6. #6
    Registered User
    Join Date
    09-07-2017
    Location
    South Africa
    MS-Off Ver
    MS Office 2010
    Posts
    11

    Re: Forumal Assistance

    Can you please advise on the color coding, is it feeding from my conditional formatting?

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Forumal Assistance

    I didn't change anything regarding CF, as you didn't ask any specific questions...

  8. #8
    Registered User
    Join Date
    09-07-2017
    Location
    South Africa
    MS-Off Ver
    MS Office 2010
    Posts
    11

    Re: Forumal Assistance

    hi Glenn, It means that the CF is updating as I had it as part of the cell already. thank you so much. I have a lot of reports to start up in this department as it is new and I prefer to use excel as it makes life easier.

  9. #9
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Forumal Assistance

    So... what more do you need me to do?

    If you want something done, you need to explain WHAT you want and where you want it!!

  10. #10
    Registered User
    Join Date
    09-07-2017
    Location
    South Africa
    MS-Off Ver
    MS Office 2010
    Posts
    11

    Re: Forumal Assistance

    I'm working on one thing at a time, so I will ask you if I need something. Thanks Glenn you are heaven sent

  11. #11
    Registered User
    Join Date
    09-07-2017
    Location
    South Africa
    MS-Off Ver
    MS Office 2010
    Posts
    11

    Re: Forumal Assistance

    Please assist with the formula for adding a time rating formula.
    please assist in creating formulas for the ratings. They are to convert the Scores into rating and color code them.
    I'm not sure if I am clear. EG: C26 should covert to 1 as a rating AS FOLLOWS.

    1= 1 min 30 secs and more
    2= 1min 01secs - 1min 29 secs
    3= 1min%
    4= 59secs -31secs
    5= 30secs secs and below

    These ratings will be feeding of C17 which should be in time (Minutes and seconds).
    Attached Files Attached Files

  12. #12
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Forumal Assistance

    This does not make sense.

    1. Which sheet am I supposed to be looking at?

    2. You say that C17 is a time. It isn't. It's a number on both sheets (6.00 on one sheet and 0.30 on the other). I do not understand..

  13. #13
    Registered User
    Join Date
    09-07-2017
    Location
    South Africa
    MS-Off Ver
    MS Office 2010
    Posts
    11

    Re: Forumal Assistance

    Morning Glenn, I need the cell to be in time. When I populate time it gave me the incorrect time as hours and I need it to be in minutes and seconds.

    C17 Must equal 4hours in the Email Performance tracking sheet.
    which means: C26 should covert to ratings as follows.
    1= 6HRS and more
    2= 4H01 to 5H59
    3=4HRS
    4= 2HRS to 3H59
    5= 1H59 and less

    C17 Must equal 1min on the Live chat tracking sheet.
    EG: C26 should covert to ratings as follows.
    1= 1 min 30 secs and more
    2= 1min 01secs - 1min 29 secs
    3= 1min%
    4= 59secs -31secs
    5= 30secs secs and below

    I cant get the times right. I could only manage to populate a number and not the time as required

  14. #14
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Forumal Assistance

    Format C17 as TIME on email performnce sheet, and enter data as 6:30 for 6 and a half hours.
    Formula in C26 =

    =IF(C17="","",LOOKUP(C17,{0,0.0833334,0.1666667,0.1673612,0.25},{1,2,3,4,5}))

  15. #15
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Forumal Assistance

    Having second thoughts about this. will you be doing ANYTHING with these times AS WELL as calculating the performance criteria???

  16. #16
    Registered User
    Join Date
    09-07-2017
    Location
    South Africa
    MS-Off Ver
    MS Office 2010
    Posts
    11

    Re: Forumal Assistance

    We have to measure how long they take to respond to a query from the second it comes in. this is in 2 different departments.

    For emails we calculate in hours, they have up to 4 hours to respond.

    For Live chats they have to answer within 1 minute.

  17. #17
    Registered User
    Join Date
    09-07-2017
    Location
    South Africa
    MS-Off Ver
    MS Office 2010
    Posts
    11

    Re: Forumal Assistance

    The email formula you sent is perfect and now the Live chat one is giving me grey hairs

  18. #18
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Forumal Assistance

    You miss the point of my Q. will you be doing anything ELSE with these times?

  19. #19
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2406
    Posts
    44,662

    Re: Forumal Assistance

    See how you like this.

    Enter times <1 minute as a 2 digit number;
    45 seconds as 45

    Enter times >= 1 minute as a 3 digit number

    1 minute as 100
    2 minutes 30 seconds as 230,

    Cell C17 formatted as 0\:00

    This formula in C26. If you like this, the frst one can be adjusted to match....


    =IF(C17="","",LOOKUP(C17,{0,31,100,101,130},{5,4,3,2,1}))
    Attached Files Attached Files

  20. #20
    Registered User
    Join Date
    09-07-2017
    Location
    South Africa
    MS-Off Ver
    MS Office 2010
    Posts
    11

    Re: Forumal Assistance

    Thank you very much Glenn, this has been an educational journey for me. God Bless

  21. #21
    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: Forumal Assistance

    @Mpumiya
    Somewhat late in the day since I've only just seen this but please note our 1st Forum rule about thread titles and make sure next time that you create something meaningful.
    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.

+ 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] SumIF forumal with INT()
    By Buzz1126 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-26-2017, 11:42 AM
  2. Rag rating forumal help please
    By TrainerJ in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-26-2014, 10:33 AM
  3. Forumal help, Indexing or If or ??
    By apiske148 in forum Excel General
    Replies: 4
    Last Post: 11-30-2011, 06:10 PM
  4. What type of should I uses? Forumal or VB
    By tinkertron in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-21-2009, 02:40 PM
  5. Re: Seeking Help with a forumal.
    By Randy Harmelink in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 04-07-2006, 05:45 PM
  6. forumal does not work
    By in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 11-10-2005, 10:15 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