79169636

Date: 2024-11-08 10:32:27
Score: 1.5
Natty:
Report link

Use this 2 Formula for the data validation

=IF(OR(ISDATE(J14), J14="RECEIVED"), TRUE, FALSE)

OR

=OR(ISDATE(J14),ISTEXT(J14))

Sample Output

Data Validation

sample

sample2

Result on first formula

result

Result on second formula

result

Note: Adjust your data range based on your needs and also edit the given formula

Reference

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Patsytalk