Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
We have a spreadsheet containing closing dates. We'd like the closing date
field on a row to turn red once the closing date has passed (i.e. today is later than the closing date). BUT we'd like that field to revert to its original colour pattern once a date is input into another column along the same row. Can anyone help please? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
if your closing date is in column A and the reference date is B
select column A and format-conditional format formula is =and(today()A1,B1="") set the format how you want it. occassionally I have to go back into the equation and delete quote marks around the formula in which case I have to paste the new format overe the rest of the column "bollard" wrote: We have a spreadsheet containing closing dates. We'd like the closing date field on a row to turn red once the closing date has passed (i.e. today is later than the closing date). BUT we'd like that field to revert to its original colour pattern once a date is input into another column along the same row. Can anyone help please? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use (Format==)Conditional Formatting:
Somthing like ..... e.g Dates in Column A Highlight column A CF FormulaIs: =AND($A1<"",$A1<TODAY(),$B1<1) Set pattern colour If column B < 1 cell is coloured and reverts to normal if cell in column B is 1 HTH "bollard" wrote: We have a spreadsheet containing closing dates. We'd like the closing date field on a row to turn red once the closing date has passed (i.e. today is later than the closing date). BUT we'd like that field to revert to its original colour pattern once a date is input into another column along the same row. Can anyone help please? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Many thanks for that.
"bj" wrote: if your closing date is in column A and the reference date is B select column A and format-conditional format formula is =and(today()A1,B1="") set the format how you want it. occassionally I have to go back into the equation and delete quote marks around the formula in which case I have to paste the new format overe the rest of the column "bollard" wrote: We have a spreadsheet containing closing dates. We'd like the closing date field on a row to turn red once the closing date has passed (i.e. today is later than the closing date). BUT we'd like that field to revert to its original colour pattern once a date is input into another column along the same row. Can anyone help please? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
many thanks for that.
"Toppers" wrote: Use (Format==)Conditional Formatting: Somthing like ..... e.g Dates in Column A Highlight column A CF FormulaIs: =AND($A1<"",$A1<TODAY(),$B1<1) Set pattern colour If column B < 1 cell is coloured and reverts to normal if cell in column B is 1 HTH "bollard" wrote: We have a spreadsheet containing closing dates. We'd like the closing date field on a row to turn red once the closing date has passed (i.e. today is later than the closing date). BUT we'd like that field to revert to its original colour pattern once a date is input into another column along the same row. Can anyone help please? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Closing dates | Excel Worksheet Functions | |||
Closing Excel | New Users to Excel | |||
Closing Excel | Excel Discussion (Misc queries) | |||
Closing Files | Excel Discussion (Misc queries) | |||
Help with closing down a workbook?? | Excel Worksheet Functions |