How do I write an IF equation in an array of another function
For example the function..
=QUARTILE(array,quart)
I want = QUARTILE(IF(something),quartile 1)
I don't want the IF True, IF FALSE parts of the IF function.
Thanks.
How do I write an IF equation in an array of another function
For example the function..
=QUARTILE(array,quart)
I want = QUARTILE(IF(something),quartile 1)
I don't want the IF True, IF FALSE parts of the IF function.
Thanks.
Hi cloud36,
Quartile returns a single number. The second argument can be only 0,1,2,3,4. The first argument needs to be an array or range of cells that are numbers.
Read http://office.microsoft.com/en-us/ex...005209226.aspx for the specifics.
I have no idea what you are asking. How about an example and maybe we can figure out what you desire.
One test is worth a thousand opinions.
Click the * Add Reputation below to say thanks.
Say I have a table with two columns: Place and Time. Imagine the list contains the time it took a certain place to complete the mile...1st place, 2nd place. The table contains the same place more than one. So, it may have 500 entries of times it took a 1st place runner to complete a race. I'm trying to find the 1st quartile when place equals 1. So, in my QUARTILE formula I need to write in IF equation so it only computes quartile 1 when the Place Column equals 1. Does that make sense.
Table 1
Place Time
1 30
2 45
1 33
2 47
2 60
3 55
4 65
5 75
. .
. .
Something like:
=IF(A2<>1, "", QUARTILE(.....))
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks