Hi Team,
I am getting below error after entering formula into write cell.
“character constant must contain exactly only one character”
Formula:
=IF(C2=“Composite”,“Separate Accounts”,IF(C2=“Pooled”,“Pooled Funds and Managed Accounts”,IF(C2=“Configured Unified Managed Account”,“Pooled Funds and Managed Accounts”,IF(C2="",“Separate Accounts”,IF(C2=“Collective Investment Trust”,“Collective Investment Trust”,“Error”)))))
Please help me out.