Hi all,
I need to enhance the formula:
=IF(INDEX('Salesforce Combined Data'!$P$3:$P$9999,MATCH($B4,'Salesforce Combined Data'!$C$3:$C$9999, 0))<>"","*","")
Right now, it checks if there is a value in a cell on another sheet.
If so, instead of showing the actual value, it shows an asterisks...