Hi ,
My name is Kristen I work for Tucson Subaru in Arizona. I have created a spread sheet to keep track of cars we are selling at auction. With as many cars we sell at auction we are anticpating this list to become very long, fairly quick! What I want is for rows to auto-hide after a car has been on this list (or gone to auction) 60+ days ago. I know it is possible through coding or creating a macro, but unfortunately I am having no luck on my own. I wasn't able to attach the document so generally speaking this is roughly what it looks like.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Stock #[/TD]
[TD]Vin #[/TD]
[TD]Make[/TD]
[TD]Model[/TD]
[TD]Date[/TD]
[TD]Location[/TD]
[TD][/TD]
[TD][/TD]
[TD]Today[/TD]
[TD]60 days ago[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]=TODAY()[/TD]
[TD]=I2-60[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Date - represents the date the car is went to auction and the value I want to auto-hide row based on.
Row J is what the date should be equal to or older than
I currently have the spread sheet formatted as a Table, I don't remember if that matters at all
My name is Kristen I work for Tucson Subaru in Arizona. I have created a spread sheet to keep track of cars we are selling at auction. With as many cars we sell at auction we are anticpating this list to become very long, fairly quick! What I want is for rows to auto-hide after a car has been on this list (or gone to auction) 60+ days ago. I know it is possible through coding or creating a macro, but unfortunately I am having no luck on my own. I wasn't able to attach the document so generally speaking this is roughly what it looks like.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Stock #[/TD]
[TD]Vin #[/TD]
[TD]Make[/TD]
[TD]Model[/TD]
[TD]Date[/TD]
[TD]Location[/TD]
[TD][/TD]
[TD][/TD]
[TD]Today[/TD]
[TD]60 days ago[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]=TODAY()[/TD]
[TD]=I2-60[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Date - represents the date the car is went to auction and the value I want to auto-hide row based on.
Row J is what the date should be equal to or older than
I currently have the spread sheet formatted as a Table, I don't remember if that matters at all