Timestamp Day Count

aidanwhite

New Member
Joined
Oct 3, 2017
Messages
12
Hi, I've currently got a load of timestamps in column J, generated by pressing a button. I wondered if anyone would be able to tell me how to get cell G10 to turn green if 3 or more of the timestamps are in the same day? Thanks!
 
Sorry, I'm so confused.

Perhaps if I share a screenshot, we'll both be able to understand.

https://drive.google.com/file/d/0B4tF4wEdFYqURG40NFFnMkNLMDg/view?usp=sharing
view


In column J, there are 3 timestamps.
They are all from today.
Therefore I'd like them to change the colour of the cell selected (G10).
If I'd have only entered 2 today, this cell however would not change colour.
 
Last edited:
Upvote 0

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
my post 10 does that

if now you are asking only to look for 3 or more with todays date

in A1 put =today()
say your dates are A5 to A20

in B5 put =if(a5=$a$1,1,0)
copy down

in C1 put =sum(B5:B20)

in G10 cond format =C1>2
 
Upvote 0

Forum statistics

Threads
1,223,604
Messages
6,173,320
Members
452,510
Latest member
RCan29

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