This function is only a cimple eks. in real world it count specifik char's in specifik cells
Function test(rng)
For Each c In rng
test = test & c
Next
End Function
The function works ok when i do =test(A2:A9)
but if i want to mark non contingnius cells like =test(A2;A4;A6)
using mouse and...