79768705

Date: 2025-09-18 16:24:31
Score: 0.5
Natty:
Report link

To clarify, would you like the User-Provided Name to match exactly validFirstName & " " & validLastName or validLastName & ", " & validFirstName? If that’s the case, the conditional formatting rule could be written as shown below.

=OR(
    SUMPRODUCT(--(A1=(Checklist!$B$2:$B$9999&" "&Checklist!$A$2:$A$9999)))>0,
    SUMPRODUCT(--(A1=(Checklist!$A$2:$A$9999&", "&Checklist!$B$2:$B$9999)))>0
 )
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Lisa