Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / September 2007

Tip: Looking for answers? Try searching our database.

Any suggestion?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
EpsilonRho - 02 Sep 2007 22:59 GMT
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
Sandy Mann - 02 Sep 2007 23:08 GMT
With K in C1 use:

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

Signature

HTH

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

sandymann2@mailinator.com
Replace @mailinator.com with @tiscali.co.uk

> I'm try to solve this problem. I have a column with 1000 numbers; from
> this
[quoted text clipped - 6 lines]
> Thank you very much.
> Gene
Dana DeLouis - 02 Sep 2007 23:15 GMT
Another option:

=A1/OFFSET(A1,k,0)

Signature

HTH   :>)
Dana DeLouis

> I'm try to solve this problem. I have a column with 1000 numbers; from
> this
[quoted text clipped - 6 lines]
> Thank you very much.
> Gene
Sandy Mann - 02 Sep 2007 23:31 GMT
> Another option:

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

Signature

HTH

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

sandymann2@mailinator.com
Replace @mailinator.com with @tiscali.co.uk

Dave Peterson - 02 Sep 2007 23:19 GMT
Another:

=A1/index(A:A,k)

> 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
[quoted text clipped - 4 lines]
> Thank you very much.
> Gene

Signature

Dave Peterson

EpsilonRho - 03 Sep 2007 19:13 GMT
Thank you very much for the leads!

Gene

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.