Hi,
I have the following formula
=IF(CONTAINS([Column A]@row, {Sheet A Range 1}), "Sheet A", IF(CONTAINS([Column A]@row, {Sheet B Range 1}), "Sheet B")
Now I want to add if both sheets contain [Column A]@row, result: "Sheets A and B",
How do I add this last part in addition to my current formula?
Any help is appreciated,
Thank you,