Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have "SPFL001" in A1.
I need to have "SPFL002" in A2, "SPFL003" in A3, etc. Is there a way to accomplish this with a formula vs typing each value in? Any help is appreciated. Jon |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Right-click on your tab. Assuming the tab name is Sheet1:
For I = 2 to whatever Worksheets("Sheet1").Cells(1,i).Value = "SPFL00"&i Next I should get it. "jmcclain" wrote: I have "SPFL001" in A1. I need to have "SPFL002" in A2, "SPFL003" in A3, etc. Is there a way to accomplish this with a formula vs typing each value in? Any help is appreciated. Jon |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Sean,
Do I enter this after clicking "view code"? Do I enter all 3 lines noted below. Again, thanks "Sean Timmons" wrote: Right-click on your tab. Assuming the tab name is Sheet1: For I = 2 to whatever Worksheets("Sheet1").Cells(1,i).Value = "SPFL00"&i Next I should get it. "jmcclain" wrote: I have "SPFL001" in A1. I need to have "SPFL002" in A2, "SPFL003" in A3, etc. Is there a way to accomplish this with a formula vs typing each value in? Any help is appreciated. Jon |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Just enter the string in A1.
Hover the cursor over the lower right-hand corner of the cell until it changes from a fat white cross to a skinny black cross. Then, just click and drag down as needed. -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "jmcclain" wrote in message ... I have "SPFL001" in A1. I need to have "SPFL002" in A2, "SPFL003" in A3, etc. Is there a way to accomplish this with a formula vs typing each value in? Any help is appreciated. Jon |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Wonderful...learned something new today.
Have a wonderful weekend. "RagDyer" wrote: Just enter the string in A1. Hover the cursor over the lower right-hand corner of the cell until it changes from a fat white cross to a skinny black cross. Then, just click and drag down as needed. -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "jmcclain" wrote in message ... I have "SPFL001" in A1. I need to have "SPFL002" in A2, "SPFL003" in A3, etc. Is there a way to accomplish this with a formula vs typing each value in? Any help is appreciated. Jon |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Appreciate the feed-back.
-- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "jmcclain" wrote in message ... Wonderful...learned something new today. Have a wonderful weekend. "RagDyer" wrote: Just enter the string in A1. Hover the cursor over the lower right-hand corner of the cell until it changes from a fat white cross to a skinny black cross. Then, just click and drag down as needed. -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "jmcclain" wrote in message ... I have "SPFL001" in A1. I need to have "SPFL002" in A2, "SPFL003" in A3, etc. Is there a way to accomplish this with a formula vs typing each value in? Any help is appreciated. Jon |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
just enter
="SPF00"&row(1:1) and drag it. "RagDyer" wrote: Appreciate the feed-back. -- Regards, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "jmcclain" wrote in message ... Wonderful...learned something new today. Have a wonderful weekend. "RagDyer" wrote: Just enter the string in A1. Hover the cursor over the lower right-hand corner of the cell until it changes from a fat white cross to a skinny black cross. Then, just click and drag down as needed. -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "jmcclain" wrote in message ... I have "SPFL001" in A1. I need to have "SPFL002" in A2, "SPFL003" in A3, etc. Is there a way to accomplish this with a formula vs typing each value in? Any help is appreciated. Jon |
#8
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Enter SPFL001 in A1
Right-click the fill handle and drag down. Release button and "Fill Series" Gord Dibben MS Excel MVP On Fri, 26 Sep 2008 14:34:03 -0700, jmcclain wrote: I have "SPFL001" in A1. I need to have "SPFL002" in A2, "SPFL003" in A3, etc. Is there a way to accomplish this with a formula vs typing each value in? Any help is appreciated. Jon |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Duplicating Cells across worksheets | Excel Discussion (Misc queries) | |||
How can I create a pie chart without duplicating my cells? | Charts and Charting in Excel | |||
De-duplicating | Excel Discussion (Misc queries) | |||
duplicating information | Excel Discussion (Misc queries) | |||
duplicating a spreadsheet | New Users to Excel |