Hello,
I need help on a multiple expiration date in a single cell.I have these conditional formatting formula in place but for some reason it isn’tworking when there a multiple date in a single cell.
Red
Rule Type
Use a formula to determine which cells to format
=OR( DATEVALUE(MID(A2,2,SEARCH(")",A2,2)-2)) < TODAY(), DATEVALUE(MID(A2,SEARCH("(",A2,2)+1,SEARCH(")",A2,2)-2))< TODAY() )
Clear
Rule Type
Use a formula to determine which cells to format
=ISBLANK(A2)=TRUE
add a tick mark for Stop If True
Red
Rule Type
Format only cells that contain
Cell Value >>>> Less than >>>> =NOW()
Yellow
Rule Type
Format only cells that contain
Cell Value >>>> Less than >>>> =NOW()+30
Example: cellA2 the dates are (4/30/2017)(10/31/2018) this one supposed to turn red
CellA3 the dates are (10/31/2019)(10/31/2019)(5/20/2019) this one supposed to turn yellow.
Thanks in advance
I need help on a multiple expiration date in a single cell.I have these conditional formatting formula in place but for some reason it isn’tworking when there a multiple date in a single cell.
Red
Rule Type
Use a formula to determine which cells to format
=OR( DATEVALUE(MID(A2,2,SEARCH(")",A2,2)-2)) < TODAY(), DATEVALUE(MID(A2,SEARCH("(",A2,2)+1,SEARCH(")",A2,2)-2))< TODAY() )
Clear
Rule Type
Use a formula to determine which cells to format
=ISBLANK(A2)=TRUE
add a tick mark for Stop If True
Red
Rule Type
Format only cells that contain
Cell Value >>>> Less than >>>> =NOW()
Yellow
Rule Type
Format only cells that contain
Cell Value >>>> Less than >>>> =NOW()+30
Example: cellA2 the dates are (4/30/2017)(10/31/2018) this one supposed to turn red
CellA3 the dates are (10/31/2019)(10/31/2019)(5/20/2019) this one supposed to turn yellow.
Thanks in advance