What is the formula for dividing-I have the total

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a spreadsheet for a childrens raffle. I need to divide my total
amount among the players. Example-- $5000. is my total & I want a formula
that will divide that among the kids selling as I enter their names
 
If you enter names into column A, then COUNTA(range) will tell you how
many there are. So, if you put this formula in C2:

=5000/COUNTA(A:A)

it will tell you how much each child gets (assuming a linear
distribution).

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top