I assume you are using "Format" > "Conditional Formatting" and not just format. If so, it is probably because my Office 2003 does not have the same ability as your version.Seems to work just fine for me.
But you must be sure to select ALL the cells in the merged range to apply it to.
And be sure to choose the "Outline" border option.
View attachment 94440
=INDIRECT(TEXT(MONTH(J3)*29,"mmm")&"!F24")<>""
To do that, I would have to have an individual conditional format for each cell. Guess I will take a different route and forget my original intentions... My thanks to everyone and God bless.Merged cells are notoriously problematic (and quite frankly, an abomination that most programmers won't touch).
Since you seem to be merging multiple cells across a single row, I wonder if you might have more success using the "Center Across Selection" formatting option, which gives you the same visual effect as merged cells without all the issues.
See: Tom’s Tutorials For Excel: Using Center Across Selection Instead of Merging Cells – Tom Urtis
I believe that what may be happening now, which is why you are only seeing that one cell being formatted.To do that, I would have to have an individual conditional format for each cell
There are 13 sheets to the calendar - Year; Jan; Feb; Mar; etc...I believe that what may be happening now, which is why you are only seeing that one cell being formatted.
There may be other ways to do it (or tweaks to the current process), but we would need a bit more detail. Your formula is referencing a few different cells, so we would need to know:
1. What range exactly your calendar is in now
2. What are in the cells your formula is referencing
3. Exactly how you have set-up the existing Conditonal Formatting
Are these calendar being set up manually or dynamically?
1. How are the merged cells originally being set?
2. How is the green coloring being set (manually or by Conditional Formatting)?
=INDIRECT(TEXT(MONTH(J3)*29,"mmm")&"!F24")<>""