ibmy
Board Regular
- Joined
- Mar 4, 2020
- Messages
- 134
- Office Version
- 2016
- Platform
- Windows
Hi,
I have a large data ranging between 200k-400k row every weekday to analyze.
I need to get result for Column P, Q, R, S, T, U , V, W, X, Y from Row 2 to Row 7201 (sometimes until Row 1441 , 481 ,241 ,121 depend on what kind of analyze is).
Current formula I use is " =SUMIFS($B$2:$B$400000,$A$2:$A$400000,">="&O2,$A$2:$A$400000,"<"&N2) " for Columm P.
Every Column P, Q, R, S, T, U , V, W, X, Y use same Date&Time cell reference Column N and 0
Date and Time data is on Column A while data for Column P, Q, R, S, T, U , V, W, X, Y are Column B, C, D, E, F, G, H, I , J ,K respectively.
Current time to complete calculation for one Column P is 3:30 minute, total of 9 column is average of 30 minutes.
This is some sample from data :
I have a large data ranging between 200k-400k row every weekday to analyze.
I need to get result for Column P, Q, R, S, T, U , V, W, X, Y from Row 2 to Row 7201 (sometimes until Row 1441 , 481 ,241 ,121 depend on what kind of analyze is).
Current formula I use is " =SUMIFS($B$2:$B$400000,$A$2:$A$400000,">="&O2,$A$2:$A$400000,"<"&N2) " for Columm P.
Every Column P, Q, R, S, T, U , V, W, X, Y use same Date&Time cell reference Column N and 0
Date and Time data is on Column A while data for Column P, Q, R, S, T, U , V, W, X, Y are Column B, C, D, E, F, G, H, I , J ,K respectively.
Current time to complete calculation for one Column P is 3:30 minute, total of 9 column is average of 30 minutes.
This is some sample from data :
sumifs ab.xlsb | |||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | |||
1 | local time | a0+1 | a0-1 | b0-1 | b0+1 | a+ | a- | a0 | b- | b+ | b0 | . | M1 | A0+1 | A0-1 | B0-1 | B0+1 | a+ | a- | a0 | b- | b+ | b0 | ||||
2 | 18.10.21 5:00 | 18.10 5:01 | 18.10 5:00 | 1 | 2 | 1 | 3 | 10 | 7 | 3 | 3 | 6 | 11 | ||||||||||||||
3 | 18.10.21 5:00 | 1 | 1 | 18.10 5:02 | 18.10 5:01 | ||||||||||||||||||||||
4 | 18.10.21 5:00 | 1 | 1 | 18.10 5:03 | 18.10 5:02 | ||||||||||||||||||||||
5 | 18.10.21 5:00 | 1 | 1 | 18.10 5:04 | 18.10 5:03 | ||||||||||||||||||||||
6 | 18.10.21 5:00 | 1 | 1 | 18.10 5:05 | 18.10 5:04 | ||||||||||||||||||||||
7 | 18.10.21 5:00 | 1 | 1 | 1 | 18.10 5:06 | 18.10 5:05 | |||||||||||||||||||||
8 | 18.10.21 5:00 | 1 | 1 | 1 | 18.10 5:07 | 18.10 5:06 | |||||||||||||||||||||
9 | 18.10.21 5:00 | 1 | 1 | 1 | 18.10 5:08 | 18.10 5:07 | |||||||||||||||||||||
10 | 18.10.21 5:00 | 1 | 1 | 18.10 5:09 | 18.10 5:08 | ||||||||||||||||||||||
11 | 18.10.21 5:00 | 1 | 1 | 18.10 5:10 | 18.10 5:09 | ||||||||||||||||||||||
12 | 18.10.21 5:00 | 1 | 1 | 18.10 5:11 | 18.10 5:10 | ||||||||||||||||||||||
13 | 18.10.21 5:00 | 1 | 1 | 18.10 5:12 | 18.10 5:11 | ||||||||||||||||||||||
14 | 18.10.21 5:00 | 1 | 1 | 18.10 5:13 | 18.10 5:12 | ||||||||||||||||||||||
15 | 18.10.21 5:00 | 1 | 1 | 18.10 5:14 | 18.10 5:13 | ||||||||||||||||||||||
16 | 18.10.21 5:00 | 1 | 1 | 1 | 18.10 5:15 | 18.10 5:14 | |||||||||||||||||||||
17 | 18.10.21 5:00 | 1 | 1 | 18.10 5:16 | 18.10 5:15 | ||||||||||||||||||||||
18 | 18.10.21 5:00 | 1 | 1 | 18.10 5:17 | 18.10 5:16 | ||||||||||||||||||||||
19 | 18.10.21 5:00 | 1 | 1 | 1 | 18.10 5:18 | 18.10 5:17 | |||||||||||||||||||||
20 | 18.10.21 5:00 | 1 | 1 | 1 | 18.10 5:19 | 18.10 5:18 | |||||||||||||||||||||
21 | 18.10.21 5:00 | 1 | 1 | 18.10 5:20 | 18.10 5:19 | ||||||||||||||||||||||
a0+1b0-1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
P2 | P2 | =SUMIFS($B$2:$B$400000,$A$2:$A$400000,">="&O2,$A$2:$A$400000,"<"&N2) |
Q2 | Q2 | =SUMIFS($C$2:$C$400000,$A$2:$A$400000,">="&O2,$A$2:$A$400000,"<"&N2) |
R2 | R2 | =SUMIFS($D$2:$D$400000,$A$2:$A$400000,">="&O2,$A$2:$A$400000,"<"&N2) |
S2 | S2 | =SUMIFS($E$2:$E$400000,$A$2:$A$400000,">="&O2,$A$2:$A$400000,"<"&N2) |
T2 | T2 | =SUMIFS($F$2:$F$400000,$A$2:$A$400000,">="&O2,$A$2:$A$400000,"<"&N2) |
U2 | U2 | =SUMIFS($G$2:$G$400000,$A$2:$A$400000,">="&O2,$A$2:$A$400000,"<"&N2) |
V2 | V2 | =SUMIFS($H$2:$H$400000,$A$2:$A$400000,">="&O2,$A$2:$A$400000,"<"&N2) |
W2 | W2 | =SUMIFS($I$2:$I$400000,$A$2:$A$400000,">="&O2,$A$2:$A$400000,"<"&N2) |
X2 | X2 | =SUMIFS($J$2:$J$400000,$A$2:$A$400000,">="&O2,$A$2:$A$400000,"<"&N2) |
Y2 | Y2 | =SUMIFS($K$2:$K$400000,$A$2:$A$400000,">="&O2,$A$2:$A$400000,"<"&N2) |