How can add a second Criteria to find the Shift in column X to that of Column G or Column K. in the example the find locates "JODY" in Cell L5 and not F20. see below let me know if I need to clarify anything. Any information is greatly appreciated
VBA Code:
For Each r In Range("Y5:Y138")
Set Rclr = Range("F4:L500").Find(r, LOOKAT:=xlWhole)
'NAME NOT FOUND
If Rclr Is Nothing Then
r.Font.ColorIndex = 3
GoTo r
End If
Cell Formulas | ||
---|---|---|
Range | Formula | |
V5:V21 | V5 | =IFERROR(RIGHT(U5,LEN(U5)-FIND("-",U5)),"") |