Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I posted a question earlier using Conditional Formatting.
I want to do it differently now. I have this foumula in cell B7: =IF(AND(A7<(TODAY()-14),K7=""),"14-31days old",0) I need to modify it to only enter the text if it is between 14 and 31 days older than TODAY() Right now, it will use the text if it is any date older than 14 days. If it is older than 31 days, I want it to do something different. Thanks, Joe |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(K7="",IF(A7<TODAY()-31,"31 days old",IF(A7<TODAY()-14,"14-31 days
old","<14 days old")),"K7 not blank") I added some error messages to make the function easier to follow. "honyacker" wrote: I posted a question earlier using Conditional Formatting. I want to do it differently now. I have this foumula in cell B7: =IF(AND(A7<(TODAY()-14),K7=""),"14-31days old",0) I need to modify it to only enter the text if it is between 14 and 31 days older than TODAY() Right now, it will use the text if it is any date older than 14 days. If it is older than 31 days, I want it to do something different. Thanks, Joe |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Sloth.
Works excellent! Joe "honyacker" wrote in message ... I posted a question earlier using Conditional Formatting. I want to do it differently now. I have this foumula in cell B7: =IF(AND(A7<(TODAY()-14),K7=""),"14-31days old",0) I need to modify it to only enter the text if it is between 14 and 31 days older than TODAY() Right now, it will use the text if it is any date older than 14 days. If it is older than 31 days, I want it to do something different. Thanks, Joe |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combining Text and Date for VLOOKUP | Excel Worksheet Functions | |||
Update cell based on date range | Excel Discussion (Misc queries) | |||
Conditional Formatting based on Text within Text | Excel Discussion (Misc queries) | |||
Challenging Charting | Charts and Charting in Excel | |||
Using formulas to determine date in one cell based on date in anot | Excel Worksheet Functions |