#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 29
Default excel formulas

how do i track 6000 raffle tickets in intervals of 10. There has to be a
formula rather than entering the numbers in manually!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default excel formulas

Type this into cell A1:

0001 - 0010


and then in A2 put this formula:

=TEXT(LEFT(A1,4)+10,"0000")&" - "&TEXT(RIGHT(A1,4)+10,"0000")

Copy this formula down the column until you reach 6000 - it will give you
values like this:

0011 - 0020
0021 - 0030
0031 - 0040
0041 - 0050


Is this what you want?

Hope this helps.

Pete

"lost in excel" wrote in message
...
how do i track 6000 raffle tickets in intervals of 10. There has to be a
formula rather than entering the numbers in manually!



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default excel formulas

Another one:

Put this in a cell:
=TEXT((ROW(A1)-1)*10+1,"0000")&" - "&TEXT(ROW(A1)*10,"0000")
And drag down 600 rows

Then select that range and convert it to values.
(edit|copy followed by edit|paste special|values)



lost in excel wrote:

how do i track 6000 raffle tickets in intervals of 10. There has to be a
formula rather than entering the numbers in manually!


--

Dave Peterson
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default excel formulas

Why the multi-post?


Gord Dibben MS Excel MVP

On Wed, 19 Mar 2008 18:43:02 -0700, lost in excel
wrote:

how do i track 6000 raffle tickets in intervals of 10. There has to be a
formula rather than entering the numbers in manually!


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
CELLS NOT CALC FORMULAS - VALUES STAY SME FORMULAS CORRECT?? HELP Sherberg Excel Worksheet Functions 4 September 11th 07 01:34 AM
Copying formulas from Excel 2003 to Excel 2007 [email protected] Excel Discussion (Misc queries) 4 August 9th 07 06:06 PM
Formulas not evaluated, Formulas treated as strings Bob Sullentrup Excel Discussion (Misc queries) 0 November 27th 06 08:01 PM
3D formulas in Excel Stef Excel Worksheet Functions 3 August 30th 05 04:54 PM
Excel formulas Rolaxis Excel Worksheet Functions 1 July 28th 05 07:42 PM


All times are GMT +1. The time now is 07:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"