PC Review


Reply
Thread Tools Rate Thread

How do I do that...

 
 
John Smith
Guest
Posts: n/a
 
      14th Dec 2005
Hi all.
Lets say I have :
Column A with 20 rows of words.
Column B with 20 rows of random numbers (1 to 20).
I want column C to have 20 rows of words that are taken from column A,
according to the index in column B.

e.g.
A B C
word1 7 word7
word2 2 word2
word3 1 word1
...
...
word20


Thank u
Moishe


 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      14th Dec 2005
C1 = INDIRECT("A"&B1)

and copy down

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"John Smith" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi all.
> Lets say I have :
> Column A with 20 rows of words.
> Column B with 20 rows of random numbers (1 to 20).
> I want column C to have 20 rows of words that are taken from column A,
> according to the index in column B.
>
> e.g.
> A B C
> word1 7 word7
> word2 2 word2
> word3 1 word1
> ..
> ..
> word20
>
>
> Thank u
> Moishe
>
>



 
Reply With Quote
 
RagDyer
Guest
Posts: n/a
 
      14th Dec 2005
Another way:

=INDEX(A:A,B1)

And copy down.
--
HTH,

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


"John Smith" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi all.
> Lets say I have :
> Column A with 20 rows of words.
> Column B with 20 rows of random numbers (1 to 20).
> I want column C to have 20 rows of words that are taken from column A,
> according to the index in column B.
>
> e.g.
> A B C
> word1 7 word7
> word2 2 word2
> word3 1 word1
> ..
> ..
> word20
>
>
> Thank u
> Moishe
>
>


 
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



Features
 

Advertising
 

Newsgroups
 


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