PC Review


Reply
Thread Tools Rate Thread

How can I fill a series in Nonadjacent cells eg Text 1, Text 2

 
 
=?Utf-8?B?anVpa2lqdWk=?=
Guest
Posts: n/a
 
      1st Sep 2006
How can I continue a series of Text and Number values if the cells are not
adjacent? The values would be something like: Text 1, Text 2 etc. I need
to be able to change the cell containing Text 1 to Text 12 for example and
have all the other cells fill in sequentially, so that I would have Text 12,
Text 13 etc.
 
Reply With Quote
 
 
 
 
R..VENKATARAMAN
Guest
Posts: n/a
 
      1st Sep 2006
I think of only a small macro (perhaps other solutions may be available)
give a name to the range of nonadjacent cells e.g. rv
then use this macro

Sub test()
Dim c As Range
Dim j As Integer
j = 0
For Each c In Range("rv")
j = j + 1
c = j
Next
End Sub


"juikijui" <(E-Mail Removed)> wrote in message
news:F6A8A992-414B-45C5-9565-(E-Mail Removed)...
> How can I continue a series of Text and Number values if the cells are not
> adjacent? The values would be something like: Text 1, Text 2 etc. I
> need
> to be able to change the cell containing Text 1 to Text 12 for example and
> have all the other cells fill in sequentially, so that I would have Text
> 12,
> Text 13 etc.



 
Reply With Quote
 
RagDyer
Guest
Posts: n/a
 
      1st Sep 2006
How / where are the cells you want to fill situated?
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"juikijui" <(E-Mail Removed)> wrote in message
news:F6A8A992-414B-45C5-9565-(E-Mail Removed)...
> How can I continue a series of Text and Number values if the cells are not
> adjacent? The values would be something like: Text 1, Text 2 etc. I
> need
> to be able to change the cell containing Text 1 to Text 12 for example and
> have all the other cells fill in sequentially, so that I would have Text
> 12,
> Text 13 etc.


 
Reply With Quote
 
Juikijui
Guest
Posts: n/a
 
      1st Sep 2006
It would look something like this:

a1=Text 1 d1=Text 2
a2=Text 3 d2=Text 4

a12=Text 5 d12=Text 6
a13=Text 7 d14=Text 8

etc... to Text 160

 
Reply With Quote
 
RagDyeR
Guest
Posts: n/a
 
      1st Sep 2006
Where is the text data located?

Is it in a single column ... single row ... multiple locations?
--

Regards,

RD
----------------------------------------------------------------------------
-------------------
Please keep all correspondence within the Group, so all may benefit !
----------------------------------------------------------------------------
-------------------

"Juikijui" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
It would look something like this:

a1=Text 1 d1=Text 2
a2=Text 3 d2=Text 4

a12=Text 5 d12=Text 6
a13=Text 7 d14=Text 8

etc... to Text 160


 
Reply With Quote
 
=?Utf-8?B?anVpa2lqdWk=?=
Guest
Posts: n/a
 
      1st Sep 2006
The text data is located in a single column. I don't mind entering a formula
in each of the 160 nonadjacent cells, I just need to be able to change the
starting numerical portion of the first cell and have that change all the
following numerical portions of each cell entry.

"RagDyeR" wrote:

> Where is the text data located?
>
> Is it in a single column ... single row ... multiple locations?
> --
>
> Regards,
>
> RD
> ----------------------------------------------------------------------------
> -------------------
> Please keep all correspondence within the Group, so all may benefit !
> ----------------------------------------------------------------------------
> -------------------
>
> "Juikijui" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> It would look something like this:
>
> a1=Text 1 d1=Text 2
> a2=Text 3 d2=Text 4
>
> a12=Text 5 d12=Text 6
> a13=Text 7 d14=Text 8
>
> etc... to Text 160
>
>
>

 
Reply With Quote
 
RagDyer
Guest
Posts: n/a
 
      2nd Sep 2006
I believe that you'll need some code to accomplish all that you're asking
for.

Sorry, but I can't help with that.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"juikijui" <(E-Mail Removed)> wrote in message
news:BCCD64E9-A525-4DFA-8BD8-(E-Mail Removed)...
> The text data is located in a single column. I don't mind entering a
> formula
> in each of the 160 nonadjacent cells, I just need to be able to change the
> starting numerical portion of the first cell and have that change all the
> following numerical portions of each cell entry.
>
> "RagDyeR" wrote:
>
>> Where is the text data located?
>>
>> Is it in a single column ... single row ... multiple locations?
>> --
>>
>> Regards,
>>
>> RD
>> ----------------------------------------------------------------------------
>> -------------------
>> Please keep all correspondence within the Group, so all may benefit !
>> ----------------------------------------------------------------------------
>> -------------------
>>
>> "Juikijui" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> It would look something like this:
>>
>> a1=Text 1 d1=Text 2
>> a2=Text 3 d2=Text 4
>>
>> a12=Text 5 d12=Text 6
>> a13=Text 7 d14=Text 8
>>
>> etc... to Text 160
>>
>>
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I fill nonadjacent cells? Momby Microsoft Excel Worksheet Functions 1 14th May 2010 03:05 AM
Auto fill Cells with text Robzz Microsoft Excel Worksheet Functions 2 11th May 2010 05:36 PM
How to apply a bracket to right side of a series of text cells? Leeve it to Me Microsoft Excel Worksheet Functions 3 4th Jan 2008 08:15 PM
How do I fill (copy) nonadjacent cells to adjacent cells? =?Utf-8?B?QnVja3lHZW9yZ2U=?= Microsoft Excel Misc 2 22nd Dec 2005 04:18 AM
Trim text for series of cells Pat Microsoft Excel Worksheet Functions 2 29th Jan 2004 06:41 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:16 PM.