I am having 2 issue with my conditional format formula.
I am trying to work out a formula that allows me to detect new entries daily. So what if i put an entry in today tomorrow it would be gone until a new entry was made that day. Below is what i have already but it seems to be constant
my second issue is
So on the whole sheet this formula is running =IF(A1<>"",IF(B1<>"",B1,NOW()),"") with the fill color green. (any new entry
In Columns F and G I am running this code
=COUNTIFS($F$2:$F$100,$F2,$G$2:$G$100,$G2)>1 (detect duplicates in both columns) range is F2:G10 for testing in red
in column F turns green but then goes no fill when something is placed in the adjacent cell of G. But G will turn green.
Instead of both turning green. Unless its a duplicate then it turns red.
Is there anything that i can do
I am trying to work out a formula that allows me to detect new entries daily. So what if i put an entry in today tomorrow it would be gone until a new entry was made that day. Below is what i have already but it seems to be constant
my second issue is
So on the whole sheet this formula is running =IF(A1<>"",IF(B1<>"",B1,NOW()),"") with the fill color green. (any new entry
In Columns F and G I am running this code
=COUNTIFS($F$2:$F$100,$F2,$G$2:$G$100,$G2)>1 (detect duplicates in both columns) range is F2:G10 for testing in red
in column F turns green but then goes no fill when something is placed in the adjacent cell of G. But G will turn green.
Instead of both turning green. Unless its a duplicate then it turns red.
Is there anything that i can do