Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Verizon news
 
Posts: n/a
Default Condtional Quartile statement

Hi,
I have a column with powers in it another column with light levels in it


like:
col A colB
23 742
23 674
22 430
22 231
23 800
20 100


I want to get the first and second Quartile of all the data in the range for
each of the powers. My spreadsheet is large, over 30,000 rows and the
data is not organized well.

How would I extract out quartile "1" of col B to output in Cell C1
I only want the quartile for data in rows where Col A = 23w?

thank you
BillReese


  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

30000 rows sound like an awful lot for an array formula but here goes

=QUARTILE(IF(A1:A8=23,B1:B8),1)

entered with ctrl + shift & enter



--
Regards,

Peo Sjoblom

(No private emails please)


"Verizon news" wrote in message
news:oBY1f.4040$nz.1267@trnddc03...
Hi,
I have a column with powers in it another column with light levels in it


like:
col A colB
23 742
23 674
22 430
22 231
23 800
20 100


I want to get the first and second Quartile of all the data in the range
for each of the powers. My spreadsheet is large, over 30,000 rows and
the data is not organized well.

How would I extract out quartile "1" of col B to output in Cell C1 I
only want the quartile for data in rows where Col A = 23w?

thank you
BillReese


  #3   Report Post  
BillReese
 
Posts: n/a
Default

Thank you, I tried to do the same exact thing, but I was trying to put the
"IF" on the outside of the quartile..

now it works very, very good.

Tom


"Peo Sjoblom" wrote in message
...
30000 rows sound like an awful lot for an array formula but here goes

=QUARTILE(IF(A1:A8=23,B1:B8),1)

entered with ctrl + shift & enter



--
Regards,

Peo Sjoblom

(No private emails please)


"Verizon news" wrote in message
news:oBY1f.4040$nz.1267@trnddc03...
Hi,
I have a column with powers in it another column with light levels in it


like:
col A colB
23 742
23 674
22 430
22 231
23 800
20 100


I want to get the first and second Quartile of all the data in the range
for each of the powers. My spreadsheet is large, over 30,000 rows and
the data is not organized well.

How would I extract out quartile "1" of col B to output in Cell C1 I
only want the quartile for data in rows where Col A = 23w?

thank you
BillReese




  #4   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Thanks for the feedback

--
Regards,

Peo Sjoblom

(No private emails please)


"BillReese" wrote in message
news:BXZ1f.20945$HM1.3170@trnddc04...
Thank you, I tried to do the same exact thing, but I was trying to put the
"IF" on the outside of the quartile..

now it works very, very good.

Tom


"Peo Sjoblom" wrote in message
...
30000 rows sound like an awful lot for an array formula but here goes

=QUARTILE(IF(A1:A8=23,B1:B8),1)

entered with ctrl + shift & enter



--
Regards,

Peo Sjoblom

(No private emails please)


"Verizon news" wrote in message
news:oBY1f.4040$nz.1267@trnddc03...
Hi,
I have a column with powers in it another column with light levels in it


like:
col A colB
23 742
23 674
22 430
22 231
23 800
20 100


I want to get the first and second Quartile of all the data in the range
for each of the powers. My spreadsheet is large, over 30,000 rows and
the data is not organized well.

How would I extract out quartile "1" of col B to output in Cell C1
I only want the quartile for data in rows where Col A = 23w?

thank you
BillReese





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
If statement Matt Montagliano Excel Discussion (Misc queries) 1 September 8th 05 08:47 PM
Do I need a sumif or sum of a vlookup formula? PeterB Excel Worksheet Functions 0 June 1st 05 12:23 PM
IF Statement Brent New Users to Excel 3 April 29th 05 04:24 PM
How to calculate a sum as one outcome of an IF statement barb in NC Excel Worksheet Functions 2 March 31st 05 08:01 PM
Quartile Function tika528 Excel Discussion (Misc queries) 4 March 16th 05 01:11 PM


All times are GMT +1. The time now is 04:09 PM.

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"