Times Numbered

kristofor

New Member
Joined
Oct 3, 2019
Messages
1
Hello!

I am looking for a formula that lists a new number ever time a new time would appear. For example (7:16, 7:16, 8:34, 9:25 = 1,1,2,3)

the only problem is, i need this to start over every time a new day appears in another column.

i hope that's clear and that someone can help.
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
The easiest way would be to add date and time together in a new column, then rank that column with a formula like

=SUMPRODUCT(1/COUNTIF(C$2:C2,C$2:C2))

Where C2 hods the first combined date and time.
 
Upvote 0
Welcome to the MrExcel board!

Is this what you mean?


Excel 365 (Windows) 32 bit
ABC
1DateTimeSeq
201-Oct-197:161
301-Oct-197:161
401-Oct-198:342
501-Oct-199:253
602-Oct-1910:321
702-Oct-1911:152
802-Oct-1911:152
902-Oct-1911:152
1002-Oct-1912:013
1103-Oct-196:241
1204-Oct-197:001
Sequence per day
Cell Formulas
RangeFormula
C2=IF(A2<>A1,1,C1+(B2<>B1))
 
Upvote 0

Forum statistics

Threads
1,214,591
Messages
6,120,432
Members
448,961
Latest member
nzskater

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top