Try this...I want to sum bsed on the range of data
Example
Data
75
46
98
125
89
69
50
79
I want to sum the data if is beween 60 and 89
I tried sum if but i could get it to work
Any ideas?
Thanks
Try it like this...i forgot part becaue i hit enter too fast
I want to sum data on another column based on the data in the one column
Here is my data:
34 80
39 106
35 30
62 79
55 66
53 28
50 105
16 64
46 42
17 107
I want to sum column a based on the whether column b is between 60 and 89
i forgot part becaue i hit enter too fast
I want to sum data on another column based on the data in the one column
Here is my data:
34 80
39 106
35 30
62 79
55 66
53 28
50 105
16 64
46 42
17 107
I want to sum column a based on the whether column b is between 60 and 89