Hi Bob,
Ok, so I have a worksheet with my master array and in that array I have three conditional formats which highlight a cell based on the date.
The first CF is 'Cell Value =NOW()+30', make cell yellow
the second 'Cell Value =NOW()', make cell red
and the third 'formula =ISBLANK(E4)=TRUE' (Stop If True), to not format cell.
This all works perfect.
In my workbook I have additional worksheets that pull rows from the master array on a given criteria e.g. British nationality. The formula I have used for doing this is
{=IF(ROWS(A$4:A4)>$AK$1,"",INDEX(Overlook!A$4:A$1000,SMALL(IF(ZealGMS.xlsx!Nationality="British",ROW(ZealGMS.xlsx!Nationality)-ROW(Overlook!$AI$4)+1),ROWS(A$4:A4))))}
This formula also works perfect and all the correct rows are pulled and placed in the correct worksheet.
The problem I'm having is in these additional worksheets. The conditional formatting is not highlighting the dates pulled from the master array. I have used the same conditional formatting rules as with the main worksheet so I'm not sure where the problem
lays.
Thanks again for your time