Formula for "counting" numbers - bot cells!

W

Willyum

I am trying to create a formula that will “count†a set of given numbers. I
want to hand out numbered raffle tickets and have the ability to track how
many are given to each representative of my group. The issue is the numbers
printed on the tickets are large and each member receives various amounts of
tickets.

Here is an example

I give Rep A ticket numbers 73267 through 73356, which are 90 tickets. If I
use the subtract function – it equals 89! I am one off!

Any help would be appreciated!
 
R

Richard O. Neville

You will always be one off because subtraction does not count the lowest
number. Write a formula like this, assuming that 73267 is in cell B2 and
73356 in B3:

=(B3-B2)+1
 
P

Pete_UK

Just add one to your formula.

Imagine you have three tickets, numbered 11 to 13 - if you take the
smallest number away from the largest number you will have 2, so
clearly this is one less than the number of tickets.

Hope this helps.

Pete
 
C

CLR

Unless it is important later to know who sold a particular ticket, just
forget the numbers and just enter the persons name and how many tickets you
gave them......otherwise, it would take a more sophisticated formula to
insure the correct answer for the oddball conditions of a zero in either or
both columns.

Vaya con Dios
Chuck, CABGx3
 
W

Willyum

Unfortunately, it is complicated. The collective “They†want to be able to
track the tickets, who sold what tickets, what tickets were not sold,
percentage of tickets sold by a Rep that won and lost…. I could go on and
on….

FUN, I know…..
 

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