gnarwhal19
New Member
- Joined
- Aug 22, 2023
- Messages
- 7
- Office Version
- 365
- Platform
- Windows
- MacOS
So first off, I'm extremely new to Excel so I apologize if I'm not using the correct terminology.
My query is this: I have a spreadsheet where I have to count how many times a certain number comes up and if so I have to tally how many times it shows.
For instance, I'll have a column with a cell that has a number in it for example "120" and I need to know how many sets of 50 show up in that cell. So this would have 2 (50s) in it as well as 1 (20) totaling 120. I'm wondering if there's a formula that can calculate how many times a group of "50" shows up in a given cell AND the remaining difference if there are any. Another problem I am working on is if a number is greater (>) than 6 or less than (<) 6 and how many times that shows up.
I have included a sample table so you can visualize the types of numbers I am working with, and if you need any clarification on what I'm asking for please just let me know.
Any help even if it's just sending me to another forum or watching a youtube video I don't mind, it's all appreciated!
Thank you.
My query is this: I have a spreadsheet where I have to count how many times a certain number comes up and if so I have to tally how many times it shows.
For instance, I'll have a column with a cell that has a number in it for example "120" and I need to know how many sets of 50 show up in that cell. So this would have 2 (50s) in it as well as 1 (20) totaling 120. I'm wondering if there's a formula that can calculate how many times a group of "50" shows up in a given cell AND the remaining difference if there are any. Another problem I am working on is if a number is greater (>) than 6 or less than (<) 6 and how many times that shows up.
I have included a sample table so you can visualize the types of numbers I am working with, and if you need any clarification on what I'm asking for please just let me know.
Any help even if it's just sending me to another forum or watching a youtube video I don't mind, it's all appreciated!
Thank you.
forum test columns.xlsx | ||||
---|---|---|---|---|
A | B | |||
1 | 25 | 25 | ||
2 | ||||
3 | ||||
4 | ||||
5 | 11,000 | |||
6 | ||||
7 | ||||
8 | ||||
9 | ||||
10 | 125 | |||
11 | 180 | |||
12 | 250 | |||
13 | 50 | |||
14 | 11,605 | 0 | ||
15 | ||||
16 | ||||
17 | 100 | |||
18 | ||||
19 | ||||
20 | ||||
21 | ||||
22 | ||||
23 | 0 | 100 | ||
24 | ||||
25 | ||||
26 | 150 | |||
27 | 150 | |||
28 | 300 | 0 | ||
29 | ||||
30 | ||||
31 | 150 | |||
32 | 35 | |||
33 | 50 | |||
34 | 2 | |||
35 | 3 | |||
36 | 3 | |||
37 | 5 | |||
38 | 2 | |||
39 | 2 | |||
40 | 2 | |||
41 | 3 | |||
42 | 2 | |||
43 | 3 | |||
44 | 1 | |||
45 | 2 | |||
46 | 50 | |||
47 | 10 | |||
48 | 25 | |||
49 | 0 | 350 | ||
50 | ||||
51 | 11,930 | 475 | ||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
A14:B14 | A14 | =SUM(A4:A13) |
A23:B23 | A23 | =SUM(A17:A22) |
A28:B28 | A28 | =SUM(A26:A27) |
A49:B49 | A49 | =SUM(A31:A48) |
A51:B51 | A51 | =SUM(A14+A23+A28+A49+A1) |