Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 217
Default Creating a list of numbers in sequence

Hi all

I am entering some voucher numbers into a cell and wish to copy it down to
autocomplete the rest, however, I can't seem to get it to work. The numbers
I have entered a-

100-199
200-299

so I was hoping I could drag it down to enter 300-399, 400-499 and so on but
it doesn't seem to understand what I am trying to do.

Any ideas how I can solve this?

Thank you
Louise
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Creating a list of numbers in sequence

Hi Louise

One way
Assuming your exiting data starts in A1, insert 2 columns in front of
your existing column
In A1 enter 100, in B1 enter 199
In A2 enter = A1+100, in B2 enter = B1+100
Copy both down as far as required.
In cell C1 enter
=A1&" - "&B1
Copy down
Copy whole of column C and Paste SpecialValues
Delete columns A&B

--
Regards

Roger Govier


"Louise" wrote in message
...
Hi all

I am entering some voucher numbers into a cell and wish to copy it
down to
autocomplete the rest, however, I can't seem to get it to work. The
numbers
I have entered a-

100-199
200-299

so I was hoping I could drag it down to enter 300-399, 400-499 and so
on but
it doesn't seem to understand what I am trying to do.

Any ideas how I can solve this?

Thank you
Louise



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 217
Default Creating a list of numbers in sequence

That worked a treat! Thank you.

Louise

"Roger Govier" wrote:

Hi Louise

One way
Assuming your exiting data starts in A1, insert 2 columns in front of
your existing column
In A1 enter 100, in B1 enter 199
In A2 enter = A1+100, in B2 enter = B1+100
Copy both down as far as required.
In cell C1 enter
=A1&" - "&B1
Copy down
Copy whole of column C and Paste SpecialValues
Delete columns A&B

--
Regards

Roger Govier


"Louise" wrote in message
...
Hi all

I am entering some voucher numbers into a cell and wish to copy it
down to
autocomplete the rest, however, I can't seem to get it to work. The
numbers
I have entered a-

100-199
200-299

so I was hoping I could drag it down to enter 300-399, 400-499 and so
on but
it doesn't seem to understand what I am trying to do.

Any ideas how I can solve this?

Thank you
Louise




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 266
Default Creating a list of numbers in sequence

"Louise" skrev i en meddelelse
...
Hi all

I am entering some voucher numbers into a cell and wish to copy it down to
autocomplete the rest, however, I can't seem to get it to work. The
numbers
I have entered a-

100-199
200-299

so I was hoping I could drag it down to enter 300-399, 400-499 and so on
but
it doesn't seem to understand what I am trying to do.

Any ideas how I can solve this?

Thank you
Louise



Hi Louise

Another option:

In A1:

=ROW()*100&"-"&ROW()*100+99

Copy A1 down with the fill handle (the little square in
the lower right corner of the cell).

--
Best regards
Leo Heuser

Followup to newsgroup only please.


  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 47
Default Creating a list of numbers in sequence

Try this:
=LEFT(A2,FIND("-",A2)-1)+100&"-"&RIGHT(A2,LEN(A2)-FIND("-",A2))+100
copy all the way down

-------------
mama no teeth

"Louise" wrote:

Hi all

I am entering some voucher numbers into a cell and wish to copy it down to
autocomplete the rest, however, I can't seem to get it to work. The numbers
I have entered a-

100-199
200-299

so I was hoping I could drag it down to enter 300-399, 400-499 and so on but
it doesn't seem to understand what I am trying to do.

Any ideas how I can solve this?

Thank you
Louise



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
Creating A Breakout List from a Summary List [email protected] Excel Discussion (Misc queries) 0 September 6th 06 11:58 PM
Looking for help creating dynamic list numbers Excl Excel Worksheet Functions 4 August 22nd 06 09:16 PM
Creating custom list with a comma in it barnabel Excel Discussion (Misc queries) 6 January 10th 06 06:14 AM
find sum in list of of numbers Jim Thomlinson Excel Worksheet Functions 5 January 4th 06 07:07 PM
How do I filter a number list by numbers to the right of the decim louannes Excel Worksheet Functions 2 July 7th 05 05:11 AM


All times are GMT +1. The time now is 02:46 PM.

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

About Us

"It's about Microsoft Excel"