It would depend on the data in the cells that holds the calls - if it's numeric it's more basic than if it's text.
In MS Excel, I am annoying to regular calls per day. Each row is
one call, there are numerous calls in one day. What is the correct
method
It would depend on the data in the cells that holds the calls - if it's numeric it's more basic than if it's text.
Primary you require the number of calls each day - assuming the cells contain text and they are in the range C2 to C12 you would require the formula =COUNTA (C2:C12). If the cells contain numbers use =COUNT instead of =COUNTA. Replicate that for the ranges that contain each other day's calls and you will have a list of the number of calls made each day.
All you require to do then is to use the formula in the answer by negus.
Bookmarks