I am trying to create a field that will say "❌ Incomplete Info" with a conditional statement.
We two columns for custom products (price and description). If both columns are empty, info is complete. Record has no associated custom products.
If both columns are full, info is complete. Record with custom product has description and a price.
If ONE column is empty, and the other is NOT, we have incomplete info. If there is a price, but no description, or there is a description but no price, then that is when I want the "INCOMPLETE INFO" to appear. I can't seem to figure it out. I've successfully nested, but it will only ever apply to some of the scenarios provided.
Thanks in advance!