B
Bill Parker
Hi
I've got a set of records (say, for April 2004) that I want to get the MAX
value for each day...
Worksheet 1:
1/4/2004 2
1/4/2004 4
1/4/2004 1
..
..
..
2/4/2004 10
2/4/2004 5
..
..
..
30/4/2004 6
30/4/2004 7
I need Worksheet 2 to end up like this...
1/4/2004 4
2/4/2004 10
..
..
..
30/4/2004 7
I've tried using
=MAX(IF('WkSheet1!A1:A3000=DATE(2004,4,1),Wksheet1!B1:B3000))
but it only seems to return the highest in the whole range (umm, 10 in the
example above, I guess)
Can anyone help me out? I'm not very experienced at ranges so I'm having
difficulty understanding what I'm doing anyway...
Cheers
Bill
I've got a set of records (say, for April 2004) that I want to get the MAX
value for each day...
Worksheet 1:
1/4/2004 2
1/4/2004 4
1/4/2004 1
..
..
..
2/4/2004 10
2/4/2004 5
..
..
..
30/4/2004 6
30/4/2004 7
I need Worksheet 2 to end up like this...
1/4/2004 4
2/4/2004 10
..
..
..
30/4/2004 7
I've tried using
=MAX(IF('WkSheet1!A1:A3000=DATE(2004,4,1),Wksheet1!B1:B3000))
but it only seems to return the highest in the whole range (umm, 10 in the
example above, I guess)
Can anyone help me out? I'm not very experienced at ranges so I'm having
difficulty understanding what I'm doing anyway...
Cheers
Bill