AgTalk Home
AgTalk Home
Search Forums | Classifieds (8) | Skins | Language
You are logged in as a guest. ( logon | register )

ranking on excel with multiple criteria
View previous thread :: View next thread
   Forums List -> Computer TalkMessage format
 
Omar
Posted 11/12/2015 23:25 (#4893663 - in reply to #4892574)
Subject: RE: ranking on excel with multiple criteria


Elmira, Ontario

Interesting challenge. Basically, you are asking for a RANKIF formula.

I'm sure it can be done in a single formula and I found some possibilities (using SUMPRODUCT etc) that I don't have energy to work out tonight.

An easy solution I can come up with right now is to have a helper column.

So, in column D put this formula:

=IF($A$2>A2,"",C2)

Then, in column E, put this one:

=IF(ISNUMBER(D2),RANK(D2,$D$2:$D$11,0),"")

If that doesn't work for you, then I might have more time tomorrow night.

Top of the page Bottom of the page


Jump to forum :
Search this forum
Printer friendly version
E-mail a link to this thread

(Delete cookies)