Hello,
I need some help with combining is statements. I have one column which has two types, that is, Type is the column name and you can choose Type 1 or Type 2. IF it's Type 1, then I would need Primary Name column to return and if it's Type2, then I would need Secondary Name column to return. I was trying this statement:
IF(OR([Type]@row="Type1", [Type]@row="Type"2, Primary Name, Secondary Name)).
I am getting invalid operation. Thanks for your help in advance!!!