ibmy
Board Regular
- Joined
- Mar 4, 2020
- Messages
- 134
- Office Version
- 2016
- Platform
- Windows
Hi Experts,
I been thinking and try change current formula but not succesful to meet my need.
Current Formula : Start from currrent cell
The best solution I have tried so far : but the result still not same as row as value in Column J
I enter formula below row of value Column I in Column J, and change the formula from G3 to G4
This is my expected result :
How to get this result?
Sample taken from 250k-300k row data.
I been thinking and try change current formula but not succesful to meet my need.
Current Formula : Start from currrent cell
Book1 | ||||||
---|---|---|---|---|---|---|
G | I | J | ||||
1 | data | total | Count | |||
2 | ||||||
3 | 0.6 | 3 | 2 | |||
4 | 0.1 | |||||
5 | 0.8 | |||||
6 | 0.3 | |||||
Sheet3 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
J3 | J3 | =IF(I3="","",COUNTIF(INDEX(G:G,ROW()+I3-1):G3,">0.5")) |
The best solution I have tried so far : but the result still not same as row as value in Column J
I enter formula below row of value Column I in Column J, and change the formula from G3 to G4
Book1 | ||||||
---|---|---|---|---|---|---|
G | I | J | ||||
1 | data | total | Count | |||
2 | ||||||
3 | 0.6 | 3 | ||||
4 | 0.1 | 1 | ||||
5 | 0.8 | |||||
6 | 0.3 | |||||
Sheet8 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
J4 | J4 | =IF(I3="","",COUNTIF(INDEX(G:G,ROW()+I3-1):G4,">0.5")) |
This is my expected result :
Book1 | ||||||
---|---|---|---|---|---|---|
G | I | J | ||||
1 | data | total | Expected Result | |||
2 | ||||||
3 | 0.6 | 3 | 1 | |||
4 | 0.1 | |||||
5 | 0.8 | |||||
6 | 0.3 | |||||
Sheet7 |
How to get this result?
Sample taken from 250k-300k row data.