My team is working on incorporating smartsheet for our landlord and tenant rep clients, as well as our team. Any suggestions on best templates, etc to use?
Hi Ginny,
Here are two examples that might help!
https://www.smartsheet.com/marketplace/templates/rental-property-maintenance
https://www.smartsheet.com/marketplace/templates/room-repair-requests
Would any of those work/help?
Do you have something today that you're using? Have you thought about creating something new?
Hope that helps!
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
Unfortunately those do not. Do you have any other templates people in real estate are using? This is not property management necessarily
Ok. I'll check my archives and get back to you!
Have a fantastic weekend!
Did you see my previous question?
Unfortunately, I don't think I have anything else, but I'll get back to the post if I find anything.
Is it something, in particular, that would help?
I'm wondering if anyone has worked out a dynamic formula to return the date of the 'next' Thursday of the month. I have a worksheet where I need to send out a reminder to a contacts in a contact column in the worksheet each Thursday of the current month if a criteria has not been met. When criteria has been met, then…
Hello, I have the formula to check a box for line items with the current month. =IF(AND(YEAR(Date@row ) = YEAR(TODAY()), MONTH(Date@row ) = MONTH(TODAY())), 1, 0) Trying to set up a report for all items with the previous month (i.e. 1 month prior to current). How can I modify to check the box?
Please help, I have a few of these to do. I have a nested IF formula. The first part is an INDEX/MATCH and works as a standalone. The next few are INDEX/COLLECT. These are not working as standalone or in the nested version (Unparsable Error). Any ideas? =IF(CONTAINS(“A/V”, [Vendor Type]@row ), INDEX(COLLECT({Date Secured…