Rank() function Across worksheets

  • Thread starter Thread starter David
  • Start date Start date
D

David

Hi,
Does anyone out there know if it is possible to rank
information across separate sheets in the same workbook?
I can get Rank() to work only in the first sheet,
multiple sheet references have a syntax problem in the
function.
(I can get averages and SDEV to work across the required
sheets)
thanks
David
 
Hi as a workaround try something like the following
1. Download the free add-in Morefunc.xll
(http://longre.free.fr/english). The function THREED converts a 3D
array to a 2D array.

2. Now use the follwoing formula to get the ranke of the cell
'sheet1'!A2
=SUMPRODUCT(--(THREED('sheet1:sheet5'!A1:A10)<'sheet1'!A2))+1
 
Thank you Frank,
I'll have to download at home as the system is locked by
the tech staff here at work.
Does this software work across different references in the
other sheets?
Regards
David
 
Hi
what dou you mean with 'different references'. If you mean different
cell ranges for each sheet: No
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top