If I could send you my pared-down worksheet which contains the actual formulas and actual list, you could better understand why it
doesn't work. I am not doing a good enough job expressing the situation. Biff's formula, assuming Biff intends for A1 to be changed
to reflect the cell immediately above the formula, will test the integer to see if it is greater than 1. All of the integers are
greater than 1 in my rank list. Unfortunately, my rank list also includes percentages which need to be excluded from consideration
in the ranking process. It is just a pain in the butt that the percentages are on the same row with the data to be ranked. If the
percentages were removed, then a simple RANK function would do the job. In the actual worksheet, I cannot exclude any of my integers
just because there is a percentage next to it. I need to rank my integers one thru twenty-nine (that is how many companies there
are). Each company occupies 2 adjacent, horizontal cells that are integer on the left and percentage on the right. The formulas are
directly under the integer cells and therefore have a blank cell between each ranking formula (left to right). My worksheet contains
no code or viruses. If you want to see it, I will be more than happy to send it. I'm guessing your email is as shown but without the
"NOSPAM" portion?
--
RMC,CPA
Hi
Having looked at the sample data you posted, then Biff's formula
transposed to deal with a row rather than a column, works absolutely
fine for me too.
=IF(A1>1,SUMPRODUCT(--($A$1:$IV$1>1),--(A1<$A$1:$IV$1))+1,"")