
Originally Posted by
NBVC
For this maybe it is just as easy to use an alternative to Named ranges...
We can use INDIRECT() to reference cells on other sheets.
See attached.
This is applied only to Monday in cell B2 of Sheet2
Do the same for each other cell, only changing the referenced ranges to the corresponding ranges on other sheet.
Alternatively, you can name each range on Sheet1, for example
G14:G29 would be named Mon1
H14:H29 would be named Tue1
etc
then your CF formulas would be
=Countif(Mon1,"ü")=15 ...green
and
=Countif(Mon1,"ü")<>15 ...red
Bookmarks