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 (leave blank if no value in the cell from the other sheet).
I'm very stuck working out the syntax for this evolution.
I need the same formula to check if there is a value in either of 2 columns from that other sheet.
So
If a value exists in either
'Salesforce Combined Data'!$P$3:$P$9999
OR
'Salesforce Combined Data'!$T$3:$T$9999
<Then the rest is all the same>
What is the proper syntax to achieve that?
Thanks so much for any help
-Dave
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 (leave blank if no value in the cell from the other sheet).
I'm very stuck working out the syntax for this evolution.
I need the same formula to check if there is a value in either of 2 columns from that other sheet.
So
If a value exists in either
'Salesforce Combined Data'!$P$3:$P$9999
OR
'Salesforce Combined Data'!$T$3:$T$9999
<Then the rest is all the same>
What is the proper syntax to achieve that?
Thanks so much for any help
-Dave