Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Alt + F11 , right click Insert → Module and in this module we write:
Function СРДЛВСЕХСТРОК(parRange As Range)
i = 0
countLine = 0
For Each c In parRange
countLine = countLine + Len(c)
i = i + 1
Next
СРДЛВСЕХСТРОК = int(countLine / i)
End Function
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question