How do I make an OpenOffice spreadsheet display a cell in bold if the date in the cell is in the past?
August 20, 2008 1:56 PM Subscribe
How do I make an OpenOffice spreadsheet display a cell in bold if the date in the cell is in the past?
The cell currently contains a formula to display the date which is one week after the date in another cell:
=DATE(YEAR(B3);MONTH(B3);DAY(B3)+7)
How can I use the IF() and STYLE() functions to make the cell bold if that date is today or in the past? I've used the IF() before so I understand how it works but I can't figure out STYLE() or how to compare dates. Or if this is even possible.
The cell currently contains a formula to display the date which is one week after the date in another cell:
=DATE(YEAR(B3);MONTH(B3);DAY(B3)+7)
How can I use the IF() and STYLE() functions to make the cell bold if that date is today or in the past? I've used the IF() before so I understand how it works but I can't figure out STYLE() or how to compare dates. Or if this is even possible.
This thread is closed to new comments.
posted by harkin banks at 2:12 PM on August 20, 2008