Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a calendar and in the Friday column I want the cells to reformat if they match a range of dates located elswhere in the spreadsheet. The application is work hours have to be submitted on Friday every 2 weeks. Because these dates are constantly changing but not the day (Friday), I need a formula that will recognize the dates in the RANGE and then if it matches or equals the date in the Friday COLUMN I need it to reformat.
If there is another way to achieve this result I'm all ears. I may be approaching this problem from the wrong angle. K |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If your Friday dates are in, say, column E then apply this formula in CF:
=ISNUMBER(MATCH(E2,I:I,0)) -- Regards! Stefi €˛Keyrookie€¯ ezt Ć*rta: I have a calendar and in the Friday column I want the cells to reformat if they match a range of dates located elswhere in the spreadsheet. The application is work hours have to be submitted on Friday every 2 weeks. Because these dates are constantly changing but not the day (Friday), I need a formula that will recognize the dates in the RANGE and then if it matches or equals the date in the Friday COLUMN I need it to reformat. If there is another way to achieve this result I'm all ears. I may be approaching this problem from the wrong angle. K -- Keyrookie . |
#3
![]() |
|||
|
|||
![]() Quote:
Thanks Stefi, I've tried your formula but can't get it to work. My Friday dates are located in column AF. My target dates (the dates I'm wanting to match) are located in C62:G68. I copied the target dates to a single column and tried formula but it didn't work. What am I doing wrong? K |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Formatting with range | Excel Worksheet Functions | |||
conditional formatting using a range | Excel Discussion (Misc queries) | |||
Conditional Formatting In a Range | Excel Discussion (Misc queries) | |||
Conditional Formatting for a Range | Excel Discussion (Misc queries) | |||
HOW TO USE CONDITIONAL FORMATTING FROM ONE RANGE TO ANOTHER RANGE | Excel Worksheet Functions |