Stop Date Counting at a Specific Date

avixion
StarLounger
Posts: 85
Joined: 15 Apr 2017, 17:59

Stop Date Counting at a Specific Date

Post by avixion »

Hello there,

I am looking for a formula to stop date counting once it reaches certain date. e.g.

A1 = 01/01/2021
B1 = Today's date or =today()
C1 = 03/31/2021

I am looking to stop the counting in B1 once the date in B1 equals the date in C1 even though the system date continues to chance everyday.

Regards,
Avixion

User avatar
HansV
Administrator
Posts: 78474
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: Stop Date Counting at a Specific Date

Post by HansV »

In B1:

=MIN(TODAY(),C1)
Best wishes,
Hans

avixion
StarLounger
Posts: 85
Joined: 15 Apr 2017, 17:59

Re: Stop Date Counting at a Specific Date

Post by avixion »

This works like a charm.

Thank you so much Hans!

Regards,
Avixion