javanewbie22
New Member
- Joined
- Oct 15, 2012
- Messages
- 2
Dear Experts,
Note: I'm using Excel 97. That's right.
I have a huge set of data with a wide range of values.
About 800 rows. One column.
0
1
24
56
75
2
8
45678
2
98
33356
32
etc.
I'd like to make the table that you need to make the histogram.
With counts in the appropriate cells.
Bucket Count
0 a
100 b
200 c
300
400
...
1000 x
10,000 y
50,000 z
Note that the first column will be custom on my part.
And, a, b, c, here, represent COUNTs.
I've been putzing with countif, and if statements to no avail.
Excel seems to work fine with an IF statement with a single condition.
But Excel just does not want to do a compound IF. ie.
IF (CELL1 > 100 AND CELL1 <=199) THEN
Or, at least make it obvious with some blatantly clear examples.
What is the secret please?
Thanks a lot!
Note: I'm using Excel 97. That's right.
I have a huge set of data with a wide range of values.
About 800 rows. One column.
0
1
24
56
75
2
8
45678
2
98
33356
32
etc.
I'd like to make the table that you need to make the histogram.
With counts in the appropriate cells.
Bucket Count
0 a
100 b
200 c
300
400
...
1000 x
10,000 y
50,000 z
Note that the first column will be custom on my part.
And, a, b, c, here, represent COUNTs.
I've been putzing with countif, and if statements to no avail.
Excel seems to work fine with an IF statement with a single condition.
But Excel just does not want to do a compound IF. ie.
IF (CELL1 > 100 AND CELL1 <=199) THEN
Or, at least make it obvious with some blatantly clear examples.
What is the secret please?
Thanks a lot!