Thanks @RandyHayes , I was in fact trying to hide Gallery row and as you pointed out this isn't possible. What I hoped to accomplish is,
SP List#1 (Area, Frequency, Task, Tools) is reference table which lists details for aforementioned columns.
SP List#2 (Area, Frequency, Task, Tools, Date_Completed, Initials) is log where task completion is recorded.
Gallery would have items that meet a DateDiff criteria [eg DateDiff(Now(), Date_Completed,Days)>1]
What I attempted, unsuccessfully, was to connect Gallery to SP List#1 to display Task, added a Label to Gallery that used lookup latest Date_Completed from SP List#2 then try to use DateDiff(Now(),Date_Completed,Days)>1 to hide Gallery row.