PC Review


Reply
Thread Tools Rate Thread

Any suggestion?

 
 
EpsilonRho
Guest
Posts: n/a
 
      2nd Sep 2007
I'm try to solve this problem. I have a column with 1000 numbers; from this
array I want to generate an other array with 1000-K elements that is the
result of the ratio between every element N and N+K, (for example if K=8
....B1=A1/A9, B2=A2/A10, B3=A3/A11, etc.). Now, is it possible to use the
content of a single cell where K is stored, to change the "distance" between
the cell ratios? For example if K=20 then B1=A1/A21, B2=A2/A22, B3=A3/A23.
Thank you very much.
Gene


 
Reply With Quote
 
 
 
 
Sandy Mann
Guest
Posts: n/a
 
      2nd Sep 2007
With K in C1 use:

=A1/INDIRECT("A"&$C$1)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(E-Mail Removed)
Replace @mailinator.com with @tiscali.co.uk


"EpsilonRho" <(E-Mail Removed)> wrote in message
news:FnGCi.1267$(E-Mail Removed)...
> I'm try to solve this problem. I have a column with 1000 numbers; from
> this
> array I want to generate an other array with 1000-K elements that is the
> result of the ratio between every element N and N+K, (for example if K=8
> ...B1=A1/A9, B2=A2/A10, B3=A3/A11, etc.). Now, is it possible to use the
> content of a single cell where K is stored, to change the "distance"
> between
> the cell ratios? For example if K=20 then B1=A1/A21, B2=A2/A22, B3=A3/A23.
> Thank you very much.
> Gene
>
>
>



 
Reply With Quote
 
Dana DeLouis
Guest
Posts: n/a
 
      2nd Sep 2007
Another option:

=A1/OFFSET(A1,k,0)

--
HTH :>)
Dana DeLouis


"EpsilonRho" <(E-Mail Removed)> wrote in message
news:FnGCi.1267$(E-Mail Removed)...
> I'm try to solve this problem. I have a column with 1000 numbers; from
> this
> array I want to generate an other array with 1000-K elements that is the
> result of the ratio between every element N and N+K, (for example if K=8
> ...B1=A1/A9, B2=A2/A10, B3=A3/A11, etc.). Now, is it possible to use the
> content of a single cell where K is stored, to change the "distance"
> between
> the cell ratios? For example if K=20 then B1=A1/A21, B2=A2/A22, B3=A3/A23.
> Thank you very much.
> Gene
>
>



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      2nd Sep 2007
Another:

=A1/index(A:A,k)



EpsilonRho wrote:
>
> I'm try to solve this problem. I have a column with 1000 numbers; from this
> array I want to generate an other array with 1000-K elements that is the
> result of the ratio between every element N and N+K, (for example if K=8
> ...B1=A1/A9, B2=A2/A10, B3=A3/A11, etc.). Now, is it possible to use the
> content of a single cell where K is stored, to change the "distance" between
> the cell ratios? For example if K=20 then B1=A1/A21, B2=A2/A22, B3=A3/A23.
> Thank you very much.
> Gene


--

Dave Peterson
 
Reply With Quote
 
Sandy Mann
Guest
Posts: n/a
 
      2nd Sep 2007
"Dana DeLouis" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Another option:


If you meant another option to mine then no, not another, mine plain doesn't
work!

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings

(E-Mail Removed)
Replace @mailinator.com with @tiscali.co.uk



 
Reply With Quote
 
EpsilonRho
Guest
Posts: n/a
 
      3rd Sep 2007

Thank you very much for the leads!

Gene



 
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
suggestion Brenda Microsoft Excel Setup 5 30th Oct 2008 09:33 PM
Suggestion =?Utf-8?B?SUdGRVQ5MDk=?= Microsoft Excel Worksheet Functions 5 4th Apr 2006 08:57 PM
Suggestion Moon^Glow Spyware Discussion 0 17th May 2005 07:20 AM
Another Suggestion Spyware Discussion 1 15th Jan 2005 02:01 PM
MB Suggestion for PVR Don Deacon Asus Motherboards 0 7th Aug 2004 03:19 PM


Features
 

Advertising
 

Newsgroups
 


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