Forum

Notifications
Clear all

Reset Excel filed value based on Today date?

2 Posts
2 Users
0 Reactions
149 Views
(@chava)
Posts: 1
New Member
Topic starter
 

Hi all,

I have Emplyoee HireDate and number of sick leave on monthly basis. (please find attached sample data).

I am trying to get, the sum of sick leave days has to reset to Zero autimatically for every 365days/1 year from HireDate.

 

any help really appreciated!

 

Thanks,

Pchava

 
Posted : 15/07/2019 11:49 pm
Philip Treacy
(@philipt)
Posts: 1629
Member Admin
 

Hi,

I understand what you are asking but in your sample file, the Expected Output has no data in it and the sample data layout is incomplete?

Maybe using this would do what you want:

=IF(TODAY()=B14,0,SUM(C14:L14))

See attached workbook

Regards

Phil

 
Posted : 17/07/2019 7:24 pm
Share: