Rank Function In The Top Ranked Column

Jul 23, 2009

I have 3 columns, A B C: Distribution Center, Sales, and Top Ranked. What I am trying to get is a Rank function in the Top Ranked column that looks for the highest value in the Sales column, but returns the Distribution Center associated with this Sales value instead of the actual value. I could get this done with some helper columns and a VLOOKUP, but the report is rather large and the VLOOKUP not only slows it down but also pushes the file size over the limit. Also, I will be using this for metrics other than Sales where I'll be looking for the highest and lowest figures, so if a Max or Min function works better, that would be fine. I just haven't been able to figure out how to have it return the associated data instead of the ranked data.

View 9 Replies


ADVERTISEMENT

Excel 2003 :: Rank With 4 Criteria That Are Ranked Differently?

Nov 20, 2012

How can I rank with 4 criteria that are ranked differently? (Greater/ lesser etc)

Ranking - Online Spreadsheets - EditGrid

I had a look into this, but I got a bit confused with how isnumber, big, small and rank actually work

Using Excel 2003.

View 2 Replies View Related

Multiple Ranking: Rank The Values In Column B And Then Rank The Values In Column C

Feb 11, 2009

What I am trying to do is give the rank in column D based on the values in columns B and C. Some of the values in column B will have then same rank, and as such I want to add further criteria on which to rank them. I would first like to rank the values in column B and then rank the values in column C, which should give the rank in column D. For example Dog and Frog have the same value of 400 from the Non UK column. Therefore, rather than having these as both rank 1, I want them to be ranks 1 and 2, so want to add another criteria (UK). As Dog is greater than Frog in the UK (i.e. 10>7), I would like to rank Dog as 1 and Frog as 2. Goat will be ranked as 3 because it had the thrid highest value in the Non UK.

ABCD
1Non UKUKRank
2Cat20055
3Dog400101
4Eel200114
5Frog40072
6Goat30023

View 4 Replies View Related

VLOOKUP W/ RANK Or MAX Function

Jul 26, 2007

I am dumping data out of SAP, including the following fields:

* Vendor
* Material
* PO #
* Qty
* Amt
* Date

I would like to concatenate the material and vendor and pull in the PO # for the most recent date.

The VLOOKUP part is easy on the material/vendor, but I haven't had any luck in integrating a MAX, LARGE or RANK function to pull in the PO corresponding to the most recent date.

Once the PO # associated with the most current date can be identified for the material/vendor combination, I will need to utilize another vlookup to match the PO # up against a separate data file to pull in pricing. If anyone can think of a way to accomplish this in one step as opposed to multiple formulas.

View 11 Replies View Related

Rank Function With Condition

Apr 25, 2006

I need to use the rank function to get the position of each item in a list based on its corresponding Revenue. However, the range that has the revenue numbers also contains a percentage related to that item. Basically, I need to use RANK based on a list that ignores any elements which are <= 1.

View 9 Replies View Related

Using Rank Worsheet Function In VBA

Aug 22, 2006

I am trying to rank number that do not have a specific adress. My problem is that I do not know how to define all parameters of this function

View 3 Replies View Related

Breaking Ties In Rank Function

Jun 21, 2014

I am trying to break ties in the Rank function.

Example worksheet attached.

I have an eight digit number (a digit can show up more than once) and determine the rank of the sum of each number. I had the ties broken by whatever digit showed up first.

In the following example, June 13th row showed 6 digits tied for second place and the tie was broken by the order in which the digit show up in the range.

On the June 14th row it showed digit 4 and 5 tied with 3 occurrence each (running total for the two days). But digit 4 came in twice that day, and reach a total 3 first before digit 5, but Rank2 shows that digit 5 was ranked first, which should of been digit 4.

View 14 Replies View Related

How To Break Ties In The RANK Function

Dec 8, 2008

I am using the RANK function to rank the data in several rows. There are some times ties in the result.

I want to break that tie by taking the greatest value in a different cell in that row
Greatest value wins the tie.

same situation if there are multiple ties (4 "RANK"'s of position 2) ...

View 7 Replies View Related

Rank Function Ignoring Only Zero Values

Sep 12, 2013

I'm trying to rank the values in row 94 while ignoring only zero values and including positive and negative values. I'd like the function to rank the values in descending order, beginning with the most positive value and ending with the most negative value while ignoring all zeros. The function I've come up with so far ranks the positive values correctly and ignores the zeros, but the negative values are ranked as if they come after all of the zero values instead of being ranked immediately after the smallest positive value. Is there a way to fix the function below to make it do what I want?

=IF(D94=0,"",RANK(D94,$D$94:$AY$94,0))

View 9 Replies View Related

RANK With Several Conditions (like For The SORT Function)

Feb 5, 2007

In the RANK() function I can rank a value depending on one set of values (one condition), but when you SORT data you can choose a second (and a third) condition.

Is there a way to RANK with two sets of values (two conditions)?

View 9 Replies View Related

Adding Text To Rank Function

Aug 12, 2008

I am trying to rank a list of numbers, such as:

1
3
5
3
4
1

I have no problem with the rank function in terms of the ties showing as duplicate values, however, when this occurs I would like a "T-" to appear before ranks that are tied, and show nothing if they are not tied. Essentially, I want the final result to look like this, without having to manually add the "T-" after the ranking is complete.
1 T-5 3 T-3 5 1 3 T-3 4 2 1 T-5
I have done more complex Excel formulas before, but for some reason this is stumping me.

View 9 Replies View Related

Rank Function With Array Inputs

Mar 10, 2009

why this returns a #Value! error?

{=RANK(MAX(IF(MOD(ROW(F3:F9),2)=0,F3:F9)),IF(MOD(ROW(F3:F9),2)=0,F3:F9,E1),1)}

I just used the even row selector as an example.

MAX(IF(MOD(ROW(F3:F9),2)=0,F3:F9)) returns 203 and IF(MOD(ROW(F3:F9),2)=0,F3:F9,E1) returns {0;47;0;203;0;"A";0}
when you press F9.

If I change the range to exclude the non-numeric value I get the same error (it shouldn't matter according to the help file as non-numeric values are ignored).

View 9 Replies View Related

Rank Function And Percentage Ties

Jun 23, 2009

I am a meteorologist and I keep track of my forecaster's monthly statistics. One area I track is percentage of warnings issued with desired lead time. I calculate and rank the individuals by percentages.

Example:
Forecaster A: 3 of 4 75% Rank 1
Forecaster B: 1 of 2 50% Rank 2
Forecaster C: 0 of 3 0% Rank 3

Or if ties:
Forecaster A: 6 of 6 100% Rank 1
Forecaster B: 3 of 3 100% Rank 1
Forecaster C: 1 of 2 50% Rank 3

Is there a way in Excel in case of ties, to award a higher rank (1) to the individual who went 100%, 6 for 6, compared to the individual who also earned 100%, but only 3 of 3.

More reward for more chances and opportunities.

View 9 Replies View Related

Custom Function To Rank Two Ranges

Oct 4, 2007

i have a function ("function1") that takes a range as an input:

function1 (a As Range) As Double

i have another function ("function2") that internally creates an array "a" that I need to be the input for function1. I tried, inside function2,:

...
function1(a)
...

but of course (?) it does not work...

View 9 Replies View Related

Rank Of One Selected Value From Column A

Jan 20, 2010

In Range A9:A32 there is a list of names, In range B9:B32 there are values.

I don't want to rank all values just the one I chose. So I need a formula that I can enter in a cell and get the rank of one selected value from column A

View 9 Replies View Related

Formulas To Distribute Ranked Items?

Jan 7, 2014

Our Favorite Gifts.xlsx

This is a simplification of what I really need. But say I have 5 people, and I have 5 gifts (A-E) Each person is in order by who gets first choice, second, etc. And each person has indicated from 1 - 5 which gift they like best. 1=most favorite 5=least favorite

I'm trying to create formulas to show who gets what. My actual spreadsheet has more people/items but is virtually the same thing.

In the attached example,the first person, Bill, gets first choice, then Mary, then Karl etc.
Bill would get Gift C. Mary would get gift A Karl would get Gift D because gift C and A are already taken.

The spreadsheet itself could be done differently if there's a easier/better way to get the data.

View 10 Replies View Related

Creating A Ranked Table Using VLookup

Oct 8, 2009

This is a spreadsheet I'm using for my fantasy basketball draft that by adding information into table C3:N15 will populate stats into team sheets and output average stats into table D20:L31 and then create a rotisserie style scoring table outputted into B36:M47.

What I want to do (and have tried to do in table B51:M62) is output this to create a sorted ranked by Approx Score without using macros or VBA. I also want to do this using Excel 2003 rather than 07 (I'd love to take advantage of the AVERAGEIF function but i figure compatibility is my first concern).

The issue I have run into is that tie scores are going to make it difficult, and utilizing a table w/ summed ranked will lend itself to that happening...a lot. How can I solve this?

View 2 Replies View Related

Ranked Unique And In Ascending Order

Aug 19, 2008

1) List of 500 employees, each allocated an account number where the payroll should be applied, in cells N1 through to N500.

2) Account numbers contain many uniques, ie employees within same department / function

3) require a list of unique account numbers, ranked in ascending order with the budget value, in rows O510 through to Oxxx (depending on how many unique account numbers exist)

4) this happens for 4 companies over 20 spreadsheet tabs for each company for each type of employment cost (each tab has different account numbers)

I know I can do this by manually copying the account numbers to another tab, sort them, remove uniques and then copy the result back o the summary area, for sumif formula, but was hoping for something a little more 'automatic', as these spreadsheets will be provided to payroll staff in each company for completion.

View 9 Replies View Related

Rank Instances Of Phrase In A Column

Mar 21, 2014

Let's say this is my data. It's already been sorted so that like entries are all grouped together.

Ex1
Ex1
Ex1
Ex2
Ex2

I need to make a macro that numbers my data like below.

1
Ex1

2
Ex1

3
Ex1

1
Ex2

2
Ex2

Essentially, my data is many columns and sorted on a bunch of different levels. I need a quick way to assign a rank to every row in the same group, to see at a glance which performed the best.

View 3 Replies View Related

Rank Column Range Of Numbers

Jun 1, 2008

Without sorting the original field, I am attempting to compare the values in column 1 and then assign a "place" value in column 2 ( cell) next to each value compared starting with 1 (least value) thru n ....until all values have been compared.

Column 1 Column 2
52.1 7
47.4 3
50.0 4
100.0 9
45.3 1
46.3 2
51.1 6
50.5 5
52.2 8

View 4 Replies View Related

Rank In Column By Looking At The Values In Other Column

Dec 4, 2008

I have a table with 17 rows that I want to rank in Column L by looking at the values in Column K. How do I do it so that zero values are not factored in. Also, there will ties in value, so how do I account for that?

View 9 Replies View Related

Rank Column In Order Of Number Size?

Feb 17, 2013

i would like to rank a column so that when entering a number in a cell it will move up the column so that the greater number falls down the colum and the larger rises up the column

ie

list

6
5
7
8
9
1
3
2
4


------------------------
list

1
2
3
4
5
6
7
8
9

View 4 Replies View Related

Keeping Cells Waiting For New Data To Not Be Read As Zero Or Be Ranked

Aug 7, 2013

I am trying to rank a series of data. I have most of this figured out. However, the data that is being ranked is based on a sum of a range of cells. I have lines that are waiting for new information to be put in related to the values to be ranked and the value is reference a sum of blank cells currently since there is no data there and it is showing up as zero and therefore being ranked number 1 in my list. I basically want the ranking to rank the values 1-11 while putting all values that are zero to be put at the bottom of the ranking. Any way to do this without macros. I have been using the VLOOKUP and RANK functions for my ranking purposes.

I have tried using an if statement that made the cells #N/A if they were zero, however they remained at the top of my ranking.

View 7 Replies View Related

Auto-populating A Table Based On Ranked Values?

Jan 21, 2014

I am looking to create a table with ranked projects from a different tab that is able to pull data from the same tab and change based on value updates. It is difficult to explain, so I have attached the file below.

What I am looking to do is pull the ranked projects from tab #7 - Scoring to tab #5 - Final list. Each project has a unique ID#, but a lot of the columns I need populated are not unique. I tried using a combination of arrays, but it always returned a #value into the cells.

P.s: In tab #5 - Data sheet, the formulas in I5 and P5 work, but are pretty ridiculous, and I'm pretty sure there must be an easier way. I was looking up values from the 8-budget tab to try and determine which group column H values were from. The only complication I was having was that a project can be allocated to either a functional unit, or group so I need to have the "group" total as independent, not just as a sum of the functional unit totals. Like I said, these formulas work,

View 4 Replies View Related

Data To Be Ranked Groupwise And Then TOP 5 Of Each Group To Be Pasted In Other Sheet

Apr 27, 2008

I have a data in which I need to do a GROUPWISE RANKING and then to find Top 5 of Each group, which is to be pasted in next sheet.

View 14 Replies View Related

Creating An Ordered (ranked) List Within A Single Cell

Mar 22, 2007

I'd like to create, in a single cell, what we call a "geochemical signature".

I have data that looks like this....

AreaID, Cu, Au, Pb, Zn, Sb
2, 5.1, .1, 0, 2.2, .2
3, 0, 0, .1, .2, 0

And I'd like to add a column onto the end of the table that returns a value like this...

AreaID, Cu, Au, Pb, Zn, Sb, Signature
2, 5.1, .1, 0, 2.2, .2, Cu Zn (Sb Au)
3, 0, 0, .1, .2, 0, (Zn Pb)

Such that a single cell has an ordered (ranked) list of the elements that relate to that AreaID. Also, any element with a value < 1 is returned in brackets, and elements that have a value of 0 are ignored.

View 9 Replies View Related

Rank Items In Column K From Highest To Bottom With Corresponding Number In J

Dec 20, 2013

I am looking to have the items in column K 1 through 16 listed from highest to lowest and at the same time post the corresponding number from column J 1 through 16.

So that it reads as follows:

04 - 18 - 06
02 - 17 - 06
08 - 10 - 03

Item 04 has 18 points and is listed in 6 columns etc.

How can I get Excel to do this?

View 5 Replies View Related

Contains Function: Function That States If A Cell In The Email Column Contains A String Or Value From The Names Column

Oct 13, 2009

On sheet 1 I have a list of 1000 firstnames
On sheet 2 I have a list of 1000 emails,

I need a function that states If a cell in the email column contains a string or value from the names column, it will result in a true statement so that I can separate out the emails that have these peoples first names.

View 5 Replies View Related

Rank A List Then Re-rank The List While Excluding Certain (or By Criteria) Items

Dec 30, 2013

I'm trying to Rank a list and than re-rank the list while excluding certain (or by Criteria) items

Vendor Co
Cost Fee
Rank

Vertox
500
4

BV
1520
3

[code].....

View 4 Replies View Related

MINIF Function; Find The Minimum Value Of Column A If There Is Anything Greater Than Zero In Column B

Jul 29, 2006

I want to find the minimum value of column A if there is anything greater than zero in column B. I tried this formula (simplified): MINIF(B2:B6,">"&0,A2:A6) And it gives me the # NAME? error

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved