Hi Community,
I need some help. I am trying to create the following result. I have a cell that contains a sum function which sums a string of numbers that are written manually. At another cell I want to determine how many numbers are those.
For example Cell A1: =sum(18.9+22.9+34.9)
At the cell A2 I want to have the result 3
If at the A1 I would add another number =sum(18.9+22.9+34.9+12.9)
then the A2 should display 4
To be more specific, I have a salesman that makes sales during the hour. Every sale they make is put in the cell and sums with the previous so as for me to know the current turnover of the salesman. I also want to know how many orders the salesman has created.
Which formula should I use to the A2 cell to get this result?
Thank you a lot
Alejandro19061984