N
nooaon
I want to use Excel for counting the frequency of traffic occurance in
minute. My data fields contain:
A B C
1 start_time Scr_IP
(hh:mm:ss) (text)
2 12:30:10 aaa.aaa.aaa.aaa
3 12:30:16 bbb.bbb.bbb.bbb
4 12:30:50 aaa.aaa.aaa.aaa
5 12:31:11 bbb.bbb.bbb.bbb
6 12:31:21 aaa.aaa.aaa.aaa
7 12:31:35 bbb.bbb.bbb.bbb
in column C must be:
C2>> 1 >> aaa.aaa.aaa.aaa occured one time within 1 min
ago (during 12:29:10-12:30:10)
C3>> 1 >> bbb.bbb.bbb.bbb occured one time within 1 min
ago (during 12:29:16-12:30:16)
C4>> 2 >> aaa.aaa.aaa.aaa occured 2 times within 1 min
ago (during 12:29:50-12:30:50)
C5>> 2
C6>> 2
C7>> 2
i try to use =COUNTIF(range, criteria) like but the range need to b
flexible not fix as B2:B7.
In C2 the formula must be =COUNTIF(B2:B2, B2)
In C3 the formula must be =COUNTIF(B2:B3, B3)
In C4 the formula must be =COUNTIF(B2:B4, B4)
In C5 the formula must be =COUNTIF(B4:B5, B5) since 1 minute i
measured from 12:30:11 to 12:31:11
In C6 the formula must be =COUNTIF(B4:B6, B7)
In C7 the formula must be =COUNTIF(B4:B7, B7)
the problem is "range" i cannot put formula in it, can anyone help?
thank yo
minute. My data fields contain:
A B C
1 start_time Scr_IP
(hh:mm:ss) (text)
2 12:30:10 aaa.aaa.aaa.aaa
3 12:30:16 bbb.bbb.bbb.bbb
4 12:30:50 aaa.aaa.aaa.aaa
5 12:31:11 bbb.bbb.bbb.bbb
6 12:31:21 aaa.aaa.aaa.aaa
7 12:31:35 bbb.bbb.bbb.bbb
in column C must be:
C2>> 1 >> aaa.aaa.aaa.aaa occured one time within 1 min
ago (during 12:29:10-12:30:10)
C3>> 1 >> bbb.bbb.bbb.bbb occured one time within 1 min
ago (during 12:29:16-12:30:16)
C4>> 2 >> aaa.aaa.aaa.aaa occured 2 times within 1 min
ago (during 12:29:50-12:30:50)
C5>> 2
C6>> 2
C7>> 2
i try to use =COUNTIF(range, criteria) like but the range need to b
flexible not fix as B2:B7.
In C2 the formula must be =COUNTIF(B2:B2, B2)
In C3 the formula must be =COUNTIF(B2:B3, B3)
In C4 the formula must be =COUNTIF(B2:B4, B4)
In C5 the formula must be =COUNTIF(B4:B5, B5) since 1 minute i
measured from 12:30:11 to 12:31:11
In C6 the formula must be =COUNTIF(B4:B6, B7)
In C7 the formula must be =COUNTIF(B4:B7, B7)
the problem is "range" i cannot put formula in it, can anyone help?
thank yo