Formula Help
I'm having trouble putting together a correct formula or workflow to do certain tasks. I have a rent tracker spreadsheet and want a formula to basically say "When it's 30 days prior to the Rent Increase Date then automatically turn the Status Column drop down to red. Once the Status Column drop down is changed to green then have the Current Rent Column change to the Rent Increase Column amount".
ALSO
I have a separate Monthly Rent Pay Spreadsheet that I would like to cell link to the above referenced sheet. That part is easy to figure out. BUT is there a formula or something I can set up that says if any changes have occurred in the linked cells then highlight them a certain color? I want any changes to stand out because I make changes through out the month and put it all together at the end of the month.
Comments
-
I believe what you are asking for is possible (maybe not the second part though).
Are you able to provide some screenshots with sensitive/confidential data blocked out, removed, or replaced with "dummy data"?
-
I've attached dummy data with the corresponding columns i am referencing to.
-
Ok. So for starters, we can use this in the Status column:
=IF([Rent Increase Date]@row <= TODAY(30), "No")
.
In the [Current Rent] column:
=IF(Status@row = "Yes", [Current Base Rent]@row + [Rent Increase Amount]@row)
.
I believe this is what you are looking for. However... Any manual changes to a cell within a formula will essentially overwrite/delete that formula.
.
As for the second part concerning the highlighting of cells...
You could either use conditional formatting to highlight based off of a Modified (date) column or a manually entered date column, or you could use the Highlight Changes feature as shown in the screenshot below.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!