Hi BSquared61,
You may add the following formula to the list validation:
=OR(ISBLANK([Column1]),ISBLANK([Column2]))
After adding this list validation, if there are values in both columns, it will prompt list validation failed. And if only one of the columns has a value or the values of both columns are empty, the validation passes.
Best regards,
Madoc