cleverclog
New Member
- Joined
- Dec 27, 2017
- Messages
- 7
Hello, I have found a formula that returns distinct values excluding blanks, but I do not understand what the role of &"" is.
The formula is:
[FONT="]=IFERROR(INDEX($A$2:$A$10, MATCH(0, COUNTIF($B$1:B1, $A$2:$A$10[/FONT][FONT="]&""[/FONT][FONT="]) + IF($A$2:$A$10="",1,0), 0)), "")
The formula returns the same results whether the ampersand is used or not, however when evaluating the formula you can see that it takes one step more to get the result.
Could anyone please tell me what the role of &"" in the formula is and how it can be used in other cases?
Thanks in advance [/FONT]
The formula is:
[FONT="]=IFERROR(INDEX($A$2:$A$10, MATCH(0, COUNTIF($B$1:B1, $A$2:$A$10[/FONT][FONT="]&""[/FONT][FONT="]) + IF($A$2:$A$10="",1,0), 0)), "")
The formula returns the same results whether the ampersand is used or not, however when evaluating the formula you can see that it takes one step more to get the result.
Could anyone please tell me what the role of &"" in the formula is and how it can be used in other cases?
Thanks in advance [/FONT]