Hi All,
The below UDF will make us to identify the positive and negative value if any value is split into multiple values.
Example, 100, -50, -50, -800, 200, 200, 200, 200
<tbody>
Function Find_num(rng As Range, cell As Range, num_range As Single)
</tbody>
<tbody>
Dim com() As Single, c...