Find number of payments make base on time

TrungVL

New Member
Joined
Oct 27, 2015
Messages
6
My table looks like this:

END TIMEIDIf first or second payment
6/7/2018 11:))

<tbody>
</tbody>
a2b149c3
6/7/2018 10:33

<tbody>
</tbody>
a2b149c3
6/7/2018 10:13

<tbody>
</tbody>
a2b149c3

<tbody>
</tbody>


ID will appear multiples time followed by different end time. Endtime is formatted with hh:mm:ss

I want to extract the number of payment/action make by ID for 1st time, 2nd times, 3rd times...
 
Last edited:

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
You can try the below formula


Book1
ABC
1END TIMEIDIf first or second payment
206-07-18 10:45a2b149c33
306-07-18 10:33a2b149c32
406-07-18 10:13a2b149c31
506-07-18 9:131231
606-07-18 9:531233
706-07-18 9:451232
Sheet1
Cell Formulas
RangeFormula
C2=SUMPRODUCT(--($B$2:$B$7=B2),--($A$2:$A$7))+1
C3=SUMPRODUCT(--($B$2:$B$7=B3),--($A$2:$A$7))+1
C4=SUMPRODUCT(--($B$2:$B$7=B4),--($A$2:$A$7))+1
C5=SUMPRODUCT(--($B$2:$B$7=B5),--($A$2:$A$7))+1
C6=SUMPRODUCT(--($B$2:$B$7=B6),--($A$2:$A$7))+1
C7=SUMPRODUCT(--($B$2:$B$7=B7),--($A$2:$A$7))+1
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,259
Members
449,075
Latest member
staticfluids

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