Ticket Entry to Number Assignment

imsleepless

New Member
Joined
Nov 22, 2017
Messages
2
Hello, I was wondering if there is a formula on excel to do what I am trying to do:

Example: Lets say John and Lisa was entered into a draw, John has 10 tickets and Lisa has 5.

NameTicket EntriesNumber
John101-10
Lisa511-15

<tbody>
</tbody>

So my excel would look like this except when it comes to the number assignment I have to type it manually. Is there a function that will automatically update that number after I put the number of entries?

Thanks for your help in advanced.
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Place this in C2:

=SUM($B$1:B1)+1&"-"&SUM($B$1:B2)

Copy down
 
Last edited:
Upvote 0
I would split it up in two columns, one with start number and one with end number.
Copy for formula in row "Lisa" down as far as needed.


NameTicketsFromToOutput
John101=B2=C2&"-"&D2
Lisa5=D2+1=D2+B3=C3&"-"&D3

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,379
Messages
6,124,607
Members
449,174
Latest member
ExcelfromGermany

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top