#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Fill Handle

I need Excel 2007 to do the following:
23493-A
23493-B
23493-C
I entered the alphabet as a new list. It works alone, but when I put a
number and dash before it, it does not work.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Fill Handle

Hi,

You may try this. This assumes that you want the answer in row 2. If you
want the answer in row 7, then then 63 would become 58 I.e. the sum of the
first row and another number should be 65. You may now copy this formula
down

="23493-"&CHAR(ROW()+63)

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Leeba" wrote in message
...
I need Excel 2007 to do the following:
23493-A
23493-B
23493-C
I entered the alphabet as a new list. It works alone, but when I put a
number and dash before it, it does not work.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 905
Default Fill Handle

"Leeba" wrote:
I need Excel 2007 to do the following:
23493-A
23493-B
23493-C
I entered the alphabet as a new list. It works alone,
but when I put a number and dash before it, it does
not work.


If you put 23493-A into A1, then put the following in A2 and drag down:

=LEFT(A1,6) & CHAR(CODE(RIGHT(A1,1))+1)

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 833
Default Fill Handle

Hi Leeba try this in EXCEL 2007. It may be the solution for you.

1. In cells A 1 to A 3 inclusive I have:-

23493-
23493-
23493-

2. In cells B 1 to B 3 inclusive I have:-

A
B
C

If you can get this to work OK just fill the cells below this in column B
(for example).

3. In cell C 1 to C 3 inclusive I have:-

=CONCATENATE(A1,B1)
=CONCATENATE(A2,B2)
=CONCATENATE(A3,B3)

4. So if you fill columns A and B first of all with the data that you want
and then copy the formula in cell C 1 down that column I think that you will
arrive at the solution you require.

If my comments have helped please hit Yes.

Thanks.







"Leeba" wrote:

I need Excel 2007 to do the following:
23493-A
23493-B
23493-C
I entered the alphabet as a new list. It works alone, but when I put a
number and dash before it, it does not work.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,934
Default Fill Handle

What did you want to happen after the last character reaches the letter
"Z"... what should go in the next cell?

--
Rick (MVP - Excel)


"Leeba" wrote in message
...
I need Excel 2007 to do the following:
23493-A
23493-B
23493-C
I entered the alphabet as a new list. It works alone, but when I put a
number and dash before it, it does not work.




  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,480
Default Fill Handle

Hi Leeba

Enter this formula into any cell and copy down
="23493-"&SUBSTITUTE(ADDRESS(1,ROW(A1),4),"1","")

--
Regards
Roger Govier

"Leeba" wrote in message
...
I need Excel 2007 to do the following:
23493-A
23493-B
23493-C
I entered the alphabet as a new list. It works alone, but when I put a
number and dash before it, it does not work.

__________ Information from ESET Smart Security, version of virus
signature database 4755 (20100108) __________

The message was checked by ESET Smart Security.

http://www.eset.com




__________ Information from ESET Smart Security, version of virus signature database 4755 (20100108) __________

The message was checked by ESET Smart Security.

http://www.eset.com



  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default Fill Handle

This formula can handle up to 16384 rows in Excel-2007

="23493-"&SUBSTITUTE(ADDRESS(1,ROWS($1:1),4),1,)

Drag the formula down as far as needed.



"Leeba" wrote:

I need Excel 2007 to do the following:
23493-A
23493-B
23493-C
I entered the alphabet as a new list. It works alone, but when I put a
number and dash before it, it does not work.

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
Fill handle fill down alternative methods question Rufio Excel Discussion (Misc queries) 1 May 18th 09 04:28 PM
what is "fill handle". i don't see any fill handle in my excel Neelakanta New Users to Excel 32 June 18th 08 12:48 PM
Fill Handle Abode Excel Discussion (Misc queries) 3 August 15th 07 04:28 PM
Fill handle turned into a move handle Northwoods Excel Discussion (Misc queries) 1 March 2nd 07 03:40 PM
fill handle rexmann Excel Discussion (Misc queries) 2 June 9th 05 03:02 PM


All times are GMT +1. The time now is 10:19 AM.

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"