rating

  1. C

    VBA - Vlookup failing

    I have added this Vlookup code per a Combobox change. TextBox18.Value = Application.WorksheetFunction.VLookup(TextBox2, Sheet2.Range("H7:L47"), 3, False) TextBox19.Value = Application.WorksheetFunction.VLookup(TextBox2, Sheet2.Range("H7:L47"), 2, False) When in the form it works exactly the...
  2. S

    Vlookup, when found, lookup value in diff column, based on value return X or blank

    As I was typing the title it seemed very complicated, hopefully below info will clarify it :) Each record has unique Reg# Given the data below, my formula in Destination sheet in cell B1 would return "X" if Packing Rating="Sat." otherwise return blank. Same type of Formula in Destination...
  3. D

    Min or Max, but ignore 0.00 if other cell has a value >0

    I have three cells that each have a numeric rating. What I want to do is bring back the min/lowest value of the three ratings. With the exception of where one of the ratings is 0.00 but the one of the other two has a value >0. In other words if there are three ratings (below) <tbody> Rating #1...
  4. M

    complex bar graphs

    Hi, I have no idea if you can do this in excel or not. I can't attach the spreadsheet or paste the image I wanted because it is hard to explain but here goes. I want a bar chart that on the vertical axis say test1, test2, test3. The horizontal axis have 1 to 12. So it will have a bar for...
  5. B

    Populate a number of cells equal to value in one cell

    I am rating 10 individual objects using a 1-5 numerical rating. I have data grouped by the rating value into 5 columns of data. For example the first column is the number of objects that received a 1 rating, so the 5 entries for a row might be 3, 0, 4, 3, 0 (3 #1s , 0 # 2s, 4# 3s, etc). I need...
  6. S

    Two series of Option Buttons (raters) in one Group Box

    Hello, I am doing a mock up of a review system where an employee rates themselves on a scale of examples as does the manager. I have created a group box with the 5 option buttons for the Self rating, however I am not sure how to add a manager assessment as adding options buttons into the group...
  7. J

    Index,Match VLOOKUP Question

    Here is my data... <tbody> A B C D E Indiv Avg Rating 1 2 3 1 2.00 1.00% 1.00% 1.00% 2 2.25 1.18% 1.25% 1.30% 3 2.50 1.36% 1.49% 1.60% 4 2.75 1.55% 1.74% 1.90% 5 3.00 1.73% 1.98% 2.20% </tbody> Cell a10=2.8 (Rating) And Cell A11=2 (Tier Level 1, 2 or 3) I need to create...
  8. L

    Highest severity and overall calc using text

    Hi. I am hoping someone can help me with an excel problem. I’ve added a screenshot which will hopefully help explain what I’m trying to do. I would like the 2 boxes in red to auto populate. Seems simple, but I’m sure it’s not. Impact rating - this should be the highest severity based on the...
  9. H

    Establishing a rating using a possible second column

    I'm trying to figure out how the set a "SUP", "SAT", and/or "UNSAT" rating in a column for grading purposes. **For Instance** Column A (Initial Test) a student scored a 50% Column B (Restest) the student scored an 80% The column in question would be Column C (Final Rating) - How do I set up a...
  10. W

    Possible? Finding max value of prices a set distance from a cell starting from right to left (columns are price,qty,rating,rating,repeat)

    Hello, Happy Holidays. I would like to better analyze data for my work. I don't know how to do this but I would like to know if it is possible and if anyone doesn't mind I would appreciate help with a function that can do this. My data set is 300 columns, and 18000 rows. For this example below...
  11. M

    Forcast error

    Hi GUYS!!! Trying to do this for a simple horse racing forcast.... I'm having a problem forcasting a horse that stays in same race ( purse ) Can you help? <tbody> 15000 72 18000 66 14000 74 18000 72 18000 67 18000 #DIV/0! FORCAST 20000 58 18000 72 23000 46...
  12. C

    Ignoring blank cells to average.

    I am trying to average a range of cells that represent a rating (Column B) to interview question responses (Column C). The ratings are 0-5 (0-V Bad, 5-V Good) As some interview questions won't be asked the rating will be zero, but could also be zero if the interviewer rates the answer as 'very...
  13. C

    SUMIF with IF

    Hi, I am trying to total the sum of all items per day but only if another column is over a certain amount. My table looks like this: <tbody> Date<strike></strike> <strike></strike>Profit Rating 1/10 -7 1.9 1/10 10 1.6 2/10 10 1.7 2/10 10 1.86 3/10 -7 1.9 3/10 10...
  14. A

    Code to change row (cell range) color with or without button

    I'm working on a spreadsheet that uses colors for quality of items (Good=green, Fair=yellow, Poor=red or N/A=gray). Each row will need to change to the color of the rating for that row and needs to stay within columns A-J. Also, if I select a different rating for the row, the color needs to...
  15. O

    Subscript out of range

    Hi Guys, im trying to copy rows from one sheet to another based on their rating, Rating is in column E (Long,medium or short) and i have 3 sheets with each name. I have a list with movies and based on their rating i want the entire row to be copied on the specific sheet. here is my code. Sub...
  16. N

    Multiple Logical Test in IF formula

    Hi All, I am trying to return a status in the following table <tbody> Name Flange Rating Lowest Value Status Example1 150 1.0 X Example2 150 1.5 X Example3 450 6.0 X Example4 450 6.3 X </tbody> Based on the following conditions <tbody> Flange Rating...
  17. S

    Formula to match and rank with an if statement

    Not sure what I'm trying to do will work. I have been able to return values using LARGE function and gets the rest of the values associated with the number from the data sheet. I now want to add a condition to the formula to only return values that match another criteria...
  18. T

    Assign a value to cell based on which column contains text

    I have 45 columns broken up into 9 chunks. Each of the 9 chunks is a survey question to which they enter an X in one of the 5 columns on a rating system of 1 to 5. So question #1 is column B, C, D, E, and F. Only one column contains the X. If the X is in column B, I want it to assign a...
  19. J

    Cell auto populates based on the answer in 4 other cells.

    <tbody> Event Type Risk Type Financial Impact Aged Days Severity Rating Event Type Risk Type Aged Days Financial Impact Account Issue, Payments Financial, Reputational, Operational $1,000,001+ 10 ???? 1 Account Issue 1 Financial 1 0-15 1 Less than $100,000 1...
  20. G

    100 points and descending

    Good Day, :confused: I need your assistance with this minor problem that is doin my head in. I have a list of numbers (my race ratings). Example: 86 100 84.5 ? 82 ...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top