Sign in to join the conversation:
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 am working on a sheet where we are tracking the percent complete within a column. The top percent complete formula is =AVG([Percent Complete]2, [Percent Complete]17). The formula in [Percent Complete]2 is =IF(Completed@row = "Completed", "100%", COUNTIF(Completed3:Completed16, "Completed") / 14) The purpose of the…
I am trying to turn off weekly backups, but it's not checked and it shows no history, yet I get backups every week. Is this a bug or there is another place I have to disable it? If it's the right place, why is there no history now?
I'm searching another sheet date column for the max date where two number columns (CID) are equal. It works fine, but if the list of dates contains a blank, I want the formula to return a blank instead of the max date it finds. =MAX(COLLECT({DAFD}, {CID}, @cell = [CID]@row))