G
Guest
I have a report like this where the name and rates are in column A and the amounts are in column B
colA colB Col
John (Desired ColumnC
rate: $10.00 pay rate
rate: $12.00 pay rate
Susan
rate: $10.00 pay rate
rate: $ 8.75 pay rate
rate: $13.25 pay rate
rate: $ 8.75 pay rate
I want to make column C report "pay rate 1" for the lowest amount and "pay rate 2" for the second lowest, and "pay rate 3" for the third, etc. and if there are two rates the same then they should both have the same C for each individual name from the top of each different rates in column A (as in the above "Desired Column C"). Column C is relative to each person, as in the $10 rate is pay rate 2 for susan and pay rate 1 for John. Column A and B change each week and the number of rates will change for each person each week as well as the amounts (column B). I can get the report so that column d = the name and column e = the rate but I still need column c to = the relative "pay rate x". I need either a vba/macro or formula to perform this. Thanks!
colA colB Col
John (Desired ColumnC
rate: $10.00 pay rate
rate: $12.00 pay rate
Susan
rate: $10.00 pay rate
rate: $ 8.75 pay rate
rate: $13.25 pay rate
rate: $ 8.75 pay rate
I want to make column C report "pay rate 1" for the lowest amount and "pay rate 2" for the second lowest, and "pay rate 3" for the third, etc. and if there are two rates the same then they should both have the same C for each individual name from the top of each different rates in column A (as in the above "Desired Column C"). Column C is relative to each person, as in the $10 rate is pay rate 2 for susan and pay rate 1 for John. Column A and B change each week and the number of rates will change for each person each week as well as the amounts (column B). I can get the report so that column d = the name and column e = the rate but I still need column c to = the relative "pay rate x". I need either a vba/macro or formula to perform this. Thanks!