CSE array?

2terangiwhiu

New Member
Joined
Feb 28, 2012
Messages
2
Hi

i need some help with my CSE array attempt. I need to explain my problem

i have two columns in my spreadsheet (there are others) one column is colours and another is numbers.

I'm wanting to work out the median for a list of numbers that correlate with the colour brown - done this and it works as follows

=MEDIAN(IF(V$17:V$500="Brown",S$17:S$500))

i also want the median for the numbers in the same list which are NOT brown.

so why does neither of these work,

=MEDIAN(IF(NOT(W$17:W$500="Brown"),S$17:S$500)) OR

=MEDIAN(IF(V$17:V$500<>"Brown",S$17:S$500))

i hope this makes sense and i certainly appreciate any assistance

thanks.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
They worked for me. Did you enter them with CSE?

Perhaps
=MEDIAN(IF(V$17:V$500="Brown", "", S$17:S$500))
 
Upvote 0
thanks Mike

i am using CSE

The positive seems to work, its when i try to qualify by saying NOT, eg <>"Brown" that I get a zero [/B]return value. also some of the cells are empty.
 
Upvote 0

Forum statistics

Threads
1,216,070
Messages
6,128,618
Members
449,460
Latest member
jgharbawi

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top