Well I solved the problem. I find the reason for problem was change of format from number to text, so I make deafult format to text even for numbers. So the problem of non capturing of data in case one data is "number" and other is "number as text" is solved, as both are in text format now, so no error.
|