Hi all,
This is my first time posting so apologies if i don't know the lingo!
I have a property register set up as a table. Some properties have lease expiries (however this field is blank for a lot of properties), on a separate tab I want it to display each row with an expiry coming up within the next 1.5 years.
TAB ONE TABLE:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Property[/TD]
[TD]Expiry[/TD]
[TD]Owner[/TD]
[TD]Owner Contact[/TD]
[TD]Tenant[/TD]
[TD]Tenant Contact[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
(it has a lot more columns but this is just an example)
On a separate tab, I want a second table/list to only pull info from rows that have the "Expiry" column date <(TODAY()+550)
Hope that makes sense!!! I figure it would be an array formula? but not sure how to do it.
Thank you!
This is my first time posting so apologies if i don't know the lingo!
I have a property register set up as a table. Some properties have lease expiries (however this field is blank for a lot of properties), on a separate tab I want it to display each row with an expiry coming up within the next 1.5 years.
TAB ONE TABLE:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Property[/TD]
[TD]Expiry[/TD]
[TD]Owner[/TD]
[TD]Owner Contact[/TD]
[TD]Tenant[/TD]
[TD]Tenant Contact[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
(it has a lot more columns but this is just an example)
On a separate tab, I want a second table/list to only pull info from rows that have the "Expiry" column date <(TODAY()+550)
Hope that makes sense!!! I figure it would be an array formula? but not sure how to do it.
Thank you!