Remove conditional formatting after 60 days

SiRhOSEven

New Member
Joined
Jan 21, 2018
Messages
9
Hi to all,

I'm want to create an excel file in which it will automatically remove the conditional formatting after certain days.
Is this possible?


Regards,
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
you could add to the rule an
AND ()
if you have a date cell anywhere in the spreadsheet - so it can compare today()
with a date - otherwise it will not know the 60 days

do you have any dates in the spreadsheet you could use - OR you could setup a date as a reference and change that date

=AND( cell > today() - 60 , other conditional formatting rule )
 
Upvote 0
you could add to the rule an
AND ()
if you have a date cell anywhere in the spreadsheet - so it can compare today()
with a date - otherwise it will not know the 60 days

do you have any dates in the spreadsheet you could use - OR you could setup a date as a reference and change that date

=AND( cell > today() - 60 , other conditional formatting rule )

I'm thinking of creating a new column(for example column B) beside it(column A) and it will be populated with date when data on column A changes but I don't know how to do it.

Also, these dates(when data on column A changes) should not update(it should be fixed) when I open the workbook the next day.

I think I need to start with creating a vba code that timestamp on column B when data on column A changes but I don't know how to do it. Can you help me with that?
 
Upvote 0
Hi etaf, can you please share with us how to do timestamp when data changes without vba?
no, i dont vba to do a timestamp when data changes

i Dont Know how to do VBA - sorry ,

hence the link to a thread that does know
 
Upvote 0
i dont vba to do a timestamp when data changes

What I understand when you say this is that "I use another technique/trick to do timestamp when data changes" that's why I ask you how to do timestamp without using vba. Anyway. Thanks for the help.
 
Upvote 0
no, sorry - i know how to date stamp once , when data added - but not changed each time
 
Upvote 0

Forum statistics

Threads
1,214,638
Messages
6,120,676
Members
448,977
Latest member
moonlight6

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