G
GBL
Hi:
I've got two columns:
1st column of prescription numbers (D1790) (formatted as numbers).
2nd column of dates (L17:L90) (formatted as dates).
I've chosen to use conditional formatting for accomplishing the
following:
Condition #1. Mark duplicates of the prescription numbers with:
=COUNTIF($D$17$90,D17)>1
Condition #2. Strikethrough selected duplicates with:
=DATEDIF(L17,TODAY(),"d")>0
Condition #1 works fine but condition #2 shows no effect.
Any ideas???
Thank you in advance!!
I've got two columns:
1st column of prescription numbers (D1790) (formatted as numbers).
2nd column of dates (L17:L90) (formatted as dates).
I've chosen to use conditional formatting for accomplishing the
following:
Condition #1. Mark duplicates of the prescription numbers with:
=COUNTIF($D$17$90,D17)>1
Condition #2. Strikethrough selected duplicates with:
=DATEDIF(L17,TODAY(),"d")>0
Condition #1 works fine but condition #2 shows no effect.
Any ideas???
Thank you in advance!!