Hi there, I need assistance on this IF formula.
Formula I have: =IF([Company represented by an attorney]@row = "Yes", "Yes" +[Name of Company]@row + " Has signed contract with others. The purpose of the contract was" +[What was the purpose of such contracts?]@row + " has signed contracts with others. ", IF([Company represented by an attorney]@row = "No",+ "Yes"+[Name of Company]@row + " has signed contracts with others. The purpose of that contract was"[What was the purpose of such contracts?]@row+ "No, the Company was NOT represented by an attorney who advised or consulted on the contract at the time of the agreement.", IF([Company represented by an attorney]@row = "Unsure" "Yes" + [Name of Company]@row +" has signed contracts with others. The purpose of that contract was"[What was the purpose of such contracts?]@row + " " +[Name of Company]@row +"is unsure if they were represented by an attorney who advised or consulted on the contract at the time of the agreement.", "")
Output Information:
o If Company represented by an attorney = yes, then show below:
Yes, [Name of Company] has signed contracts with others. The purpose of that contract was [What was the purpose of such contracts?]. Yes, the Company was represented by an attorney who advised or consulted on the contract at the time of the agreement.
o If Company represented by an attorney = No, then show below:
Yes, [Name of Company] has signed contracts with others. The purpose of that contract was [ [What was the purpose of such contracts?]. No, the Company was NOT represented by an attorney who advised or consulted on the contract at the time of the agreement.
o If If Company represented by an attorney = Unsure, then show below:
Yes, [Name of Company] has signed contracts with others. The purpose of that contract was [ [What was the purpose of such contracts?]. [Name of Company] is unsure if they were represented by an attorney who advised or consulted on the contract at the time of the agreement.