#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Arturo
 
Posts: n/a
Default INDIRECT !@%?

Im having a scaling issue€¦
=QUARTILE(Sheet1!$C$2:$C$45,A3) works well!
A3 resides on sheet2.
Also on sheet2, resides =COUNTA(Constructs!P2:P10000) in cell Q1
Im trying to use INDIRECT to scale the Quartile formula.
Heres what Ive got thats not working:
=QUARTILE(Sheet1!$C$2:indirect(Sheet1!"C"&Q1,A4))
Can this indirect method be used for quartile?
Uuuugh!
Arturo
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Peo Sjoblom
 
Posts: n/a
Default INDIRECT !@%?

Try

=QUARTILE(Sheet1!$C$2:INDIRECT("'Sheet1'!C"&Q1),A4 )



--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com



"Arturo" wrote in message
...
I'm having a scaling issue.
=QUARTILE(Sheet1!$C$2:$C$45,A3) works well!
A3 resides on sheet2.
Also on sheet2, resides =COUNTA(Constructs!P2:P10000) in cell Q1
I'm trying to use INDIRECT to scale the Quartile formula.
Here's what I've got that's not working:
=QUARTILE(Sheet1!$C$2:indirect(Sheet1!"C"&Q1,A4))
Can this indirect method be used for quartile?
Uuuugh!
Arturo



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barb Reinhardt
 
Posts: n/a
Default INDIRECT !@%?

Try this:

=QUARTILE(INDIRECT("Sheet1!$C$2:$C$"&Q1),A4)

"Arturo" wrote:

Im having a scaling issue€¦
=QUARTILE(Sheet1!$C$2:$C$45,A3) works well!
A3 resides on sheet2.
Also on sheet2, resides =COUNTA(Constructs!P2:P10000) in cell Q1
Im trying to use INDIRECT to scale the Quartile formula.
Heres what Ive got thats not working:
=QUARTILE(Sheet1!$C$2:indirect(Sheet1!"C"&Q1,A4))
Can this indirect method be used for quartile?
Uuuugh!
Arturo

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
Copying a formulae down a column that includes an INDIRECT A.Webb Excel Discussion (Misc queries) 10 January 14th 06 03:42 AM
Using INDIRECT in INDEX(LINEST.. ) function Incoherent Excel Worksheet Functions 4 January 10th 06 04:42 PM
Using the Indirect function with a sheet number instead of a sheet name JDB Excel Worksheet Functions 5 December 31st 05 03:03 PM
Indirect function - Limitations Ken Cobler Excel Worksheet Functions 2 September 16th 05 04:59 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM


All times are GMT +1. The time now is 09:48 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"