monoj chakraborty
Member
while trying to solve a issue to merge cells, i came across a segment code as follows :
[rCount = Evaluate("=SUMPRODUCT((--EXACT(""" & cel.Value & """, GSV!$A$6:$A$75)))")
]
while the code seems to work with the above, I am unable to understand the logic and also what the various functions , like evaluate, exact, "--", are doing here.
If someone can help me understand the logic of the above formula, then I can extend the logic, in other programmes
Thans
[rCount = Evaluate("=SUMPRODUCT((--EXACT(""" & cel.Value & """, GSV!$A$6:$A$75)))")
]
while the code seems to work with the above, I am unable to understand the logic and also what the various functions , like evaluate, exact, "--", are doing here.
If someone can help me understand the logic of the above formula, then I can extend the logic, in other programmes
Thans