I have a sheet where I want to list the client name from a separate sheet in column 1, if column 2@row contains text. Otherwise, leave blank. Currently I have it written as:
=IF(CONTAINS("*",Activity@row){Other sheet range 1}," "))
where Other Sheet Range 1 is the specific cell with the client name. It's not functioning, but also not unparseable, merely giving me a blank return when it should be populating client name from the other sheet. See screenshot:
Thanks in advance for any help!