Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 148
Default Rank €“ multiple ranges from different worksheets

I would like to perform a rank calculation such as the following:

= RANK(AB3,(AB$3:AB$358,'May 2008'!AB$3:AB$358,'April 2008'!AB$3:AB$358))

But it is returning a #VALUE! error.

Is this because Rank cannot be used to calculate the rank of ranges that are
from different worksheets (e.g. the range in the €˜May 2008 worksheet and the
€˜April 2008 worksheet)?

If so, can I get around this with another function / combination of
functions? I cannot copy and paste the ranges from the €˜May 2008 worksheet
and the €˜April 2008 worksheet into the worksheet where the rank function is
being entered, as this function will be getting copied and pasted over a
300x300 range and will send the size of the workbook into orbit.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default Rank - multiple ranges from different worksheets

Being on another sheet has nothing to do with it but using multiple sheets
has everything to do with it. so you could use a third sheet or even another
workbook
where you paste April and May into one array.


--


Regards,


Peo Sjoblom

"Heather" wrote in message
...
I would like to perform a rank calculation such as the following:

= RANK(AB3,(AB$3:AB$358,'May 2008'!AB$3:AB$358,'April 2008'!AB$3:AB$358))

But it is returning a #VALUE! error.

Is this because Rank cannot be used to calculate the rank of ranges that
are
from different worksheets (e.g. the range in the 'May 2008' worksheet and
the
'April 2008' worksheet)?

If so, can I get around this with another function / combination of
functions? I cannot copy and paste the ranges from the 'May 2008'
worksheet
and the 'April 2008' worksheet into the worksheet where the rank function
is
being entered, as this function will be getting copied and pasted over a
300x300 range and will send the size of the workbook into orbit.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Rank - multiple ranges from different worksheets

Wow! What at coincidence.

Both you and Gary T are looking for formulas that reference the exact same
ranges: 'May 2008'!AB$3:AB$358.

<VBG

--
Biff
Microsoft Excel MVP


"Heather" wrote in message
...
I would like to perform a rank calculation such as the following:

= RANK(AB3,(AB$3:AB$358,'May 2008'!AB$3:AB$358,'April 2008'!AB$3:AB$358))

But it is returning a #VALUE! error.

Is this because Rank cannot be used to calculate the rank of ranges that
are
from different worksheets (e.g. the range in the 'May 2008' worksheet and
the
'April 2008' worksheet)?

If so, can I get around this with another function / combination of
functions? I cannot copy and paste the ranges from the 'May 2008'
worksheet
and the 'April 2008' worksheet into the worksheet where the rank function
is
being entered, as this function will be getting copied and pasted over a
300x300 range and will send the size of the workbook into orbit.



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 272
Default Rank €“ multiple ranges from different worksheets

If you're using consecutive sheets you could try something like:

=RANK(AB3,'April 2008:June 2008'!AB$3:AB$358)

"Heather" wrote:

I would like to perform a rank calculation such as the following:

= RANK(AB3,(AB$3:AB$358,'May 2008'!AB$3:AB$358,'April 2008'!AB$3:AB$358))

But it is returning a #VALUE! error.

Is this because Rank cannot be used to calculate the rank of ranges that are
from different worksheets (e.g. the range in the €˜May 2008 worksheet and the
€˜April 2008 worksheet)?

If so, can I get around this with another function / combination of
functions? I cannot copy and paste the ranges from the €˜May 2008 worksheet
and the €˜April 2008 worksheet into the worksheet where the rank function is
being entered, as this function will be getting copied and pasted over a
300x300 range and will send the size of the workbook into orbit.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do i update multiple data ranges across multiple worksheets? mwah Excel Discussion (Misc queries) 0 July 6th 06 04:57 AM
how to merge ranges from multiple worksheets crowleydl Excel Worksheet Functions 0 August 5th 05 07:24 PM
Combining specific ranges from multiple worksheets into one simora Excel Worksheet Functions 0 May 31st 05 12:39 AM
copy ranges from multiple worksheets simora Excel Worksheet Functions 2 May 18th 05 01:42 AM
rank/small with multiple ranges dave Excel Discussion (Misc queries) 2 March 23rd 05 04:48 PM


All times are GMT +1. The time now is 08:08 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"