Hi there,
I need assistance on this formula: =IF(OR([ Company’s intellectual property Co-owned]@row = "No", [ Company’s intellectual property Co-owned]@row = "Unsure"), [First Name]@row + [Last Name]@row + " knows or believes that none of " + [Name of Company]@row + " is co-owned by another person or entity.", IF([ Company’s intellectual property Co-owned]@row = "Yes" + [By whom?]@row + " is the co-owner of the Company’s intellectual property. Note to reading attorney: If the contract for co-ownership was not provided by the client, ask for it directly.", ""))
Note: The first part of the logic " No" or " Unsure" are populating correctly into the column, but
" Yes" is not.
Output Information
If Company’s intellectual property Co-owned= No or Unsure, then show below:
[First Name] [Last Name] knows or believes that none of [Name of Company] is co-owned by another person or entity.
If Company’s intellectual property Co-owned = Yes, then show below:
[By whom?] is the co-owner of the Company’s intellectual property.