sum to = 1 for each cell

M

Mike

I am trying to sum up 37 cells to = 1 each for each cell ex. if i put say 997
in cells i want them to = 1 each so that the sum total = 37 if i put 997 or
any other # in cells
 
B

Bernie Deitrick

Mike,

Sorry, that just isn't clear. Perhaps a formula

=SUM(A1:A37)/A1

where A1 to A37 have your number 997?

Bernie
 
J

Joe User

Mike said:
I am trying to sum up 37 cells to = 1 each for each cell ex. if i put say
997
in cells i want them to = 1 each so that the sum total = 37 if i put 997
or
any other # in cells

=COUNT(A1:A37)
 

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

Top