PC Review


Reply
Thread Tools Rate Thread

Basic Question on autocomplete function

 
 
kimmyhendrix
Guest
Posts: n/a
 
      12th Apr 2010

Hi everyone, my first time on the forum and my first thread. I apologiz
if this is already located on the forum here. I tried searching, bu
came up with many unrelated threads so I thought I'd give this a shot.

I am trying to auto complete a link to another worksheet by corne
dragging a formula over a ROW in one worksheet FROM data in the COLUM
of another worksheet. In other words:

Worksheet 1: E9, F9, G9, should point to (respectively),
Worksheet 2: C2, C3, C4

The auto complete formula function does not recognize what I'm tryin
to do. And I have to do this with tens of thousands of cells. It woul
boil down to only a hundred rows or so if I could automate this.

Thanks for any help!

- excel noob


--
kimmyhendrix
 
Reply With Quote
 
 
 
 
ozgrid.com
Guest
Posts: n/a
 
      12th Apr 2010
Based on your example;
=INDIRECT("'Sheet2'!C" & COLUMN()-3)



--
Regards
Dave Hawley
www.ozgrid.com
"kimmyhendrix" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> Hi everyone, my first time on the forum and my first thread. I apologize
> if this is already located on the forum here. I tried searching, but
> came up with many unrelated threads so I thought I'd give this a shot.
>
> I am trying to auto complete a link to another worksheet by corner
> dragging a formula over a ROW in one worksheet FROM data in the COLUMN
> of another worksheet. In other words:
>
> Worksheet 1: E9, F9, G9, should point to (respectively),
> Worksheet 2: C2, C3, C4
>
> The auto complete formula function does not recognize what I'm trying
> to do. And I have to do this with tens of thousands of cells. It would
> boil down to only a hundred rows or so if I could automate this.
>
> Thanks for any help!
>
> - excel noob -
>
>
>
>
> --
> kimmyhendrix


 
Reply With Quote
 
Roger Govier
Guest
Posts: n/a
 
      12th Apr 2010
Hi
As an alternative to Dave's suggestion, especially if there are going to
be a lot of formulae on the sheet, you could use the non-volatile Index
function.
Enter in E9
=INDEX(Sheet2!$1:$65536,COLUMN()-3,ROW()-6)
Copy across and down as required

--
Regards
Roger Govier

kimmyhendrix wrote:
> Hi everyone, my first time on the forum and my first thread. I apologize
> if this is already located on the forum here. I tried searching, but
> came up with many unrelated threads so I thought I'd give this a shot.
>
> I am trying to auto complete a link to another worksheet by corner
> dragging a formula over a ROW in one worksheet FROM data in the COLUMN
> of another worksheet. In other words:
>
> Worksheet 1: E9, F9, G9, should point to (respectively),
> Worksheet 2: C2, C3, C4
>
> The auto complete formula function does not recognize what I'm trying
> to do. And I have to do this with tens of thousands of cells. It would
> boil down to only a hundred rows or so if I could automate this.
>
> Thanks for any help!
>
> - excel noob -
>
>
>
>

 
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
basic question about a callback function and delegates jmDesktop Microsoft C# .NET 6 2nd Jul 2008 07:14 PM
excel 2002 question for pick from list with autocomplete function Morris Microsoft Excel Worksheet Functions 1 18th Mar 2008 07:26 PM
Basic filter-like function/question. enthrop Microsoft Excel Discussion 1 3rd Feb 2006 04:34 PM
Basic Question: Function Shapper Microsoft ASP .NET 0 28th Apr 2005 12:11 AM
Help with basic function question =?Utf-8?B?aGlwaG9wYm9kMg==?= Microsoft Excel Worksheet Functions 0 19th Oct 2004 08:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:21 AM.