Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
cindi
 
Posts: n/a
Default Function question

I have external sheet references in a worksheet and I
want to copy the formula's, but can't figure out how to
do it. Can you help?

Column A
='healthcare'!c9
='healthcare'!c14
='helatchare'!c19
='healthcare'!c24

and so on....

What function of Excel can I use to copy the formula down
and skipping every 5 cell references? Is it possible? I
have tried to "Fill" it, but with no success.
  #2   Report Post  
Aladin Akyurek
 
Posts: n/a
Default

Entered in A1 on the destination sheet & copied down:

=INDEX(healtcare!$C$9:$C$90,(ROW()-ROW($A$1))*5+1)

Adjust to suit.

cindi wrote:
I have external sheet references in a worksheet and I
want to copy the formula's, but can't figure out how to
do it. Can you help?

Column A
='healthcare'!c9
='healthcare'!c14
='helatchare'!c19
='healthcare'!c24

and so on....

What function of Excel can I use to copy the formula down
and skipping every 5 cell references? Is it possible? I
have tried to "Fill" it, but with no success.

  #3   Report Post  
Max
 
Posts: n/a
Default

One way

Try in any starting cell:

=INDIRECT("'health care'!C"&ROWS($A$1:A1)*5-5+9)

(above returns ='healthcare'!c9)

Copying down will return in successive cells:

='healthcare'!c14
='helatchare'!c19
='healthcare'!c24


--
Rgds
Max
xl 97
---
GMT+8, 1° 22' N 103° 45' E
xdemechanik <atyahoo<dotcom
----
cindi wrote in message
...
I have external sheet references in a worksheet and I
want to copy the formula's, but can't figure out how to
do it. Can you help?

Column A
='healthcare'!c9
='healthcare'!c14
='helatchare'!c19
='healthcare'!c24

and so on....

What function of Excel can I use to copy the formula down
and skipping every 5 cell references? Is it possible? I
have tried to "Fill" it, but with no success.



  #4   Report Post  
Andy Brown
 
Posts: n/a
Default

What function of Excel can I use to copy the formula down
and skipping every 5 cell references? Is it possible?


One way ; do the first two manually (='healthcare'!c9, ='healthcare'!c14),
then do a Replace (CTRL+H) of "=" with "x=". Then select *both* and drag
down (click & drag the small black square ("fill handle") at bottom right
corner of selection).

When you're down as you need, do Replace again but this time replace "x="
with "=".

Rgds,
Andy


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Question on "Value" function Renny Bosch Excel Discussion (Misc queries) 6 December 31st 04 02:07 AM
solving for NPer w/o function (algebra question) Karl Excel Worksheet Functions 11 December 29th 04 08:30 PM
Grading Function Question... spooker4u Excel Worksheet Functions 2 November 2nd 04 01:45 PM
Grading Function Question... spooker4u Excel Worksheet Functions 1 November 1st 04 02:49 PM
Statistical Excel Function Question within Excel 2000... Drew H Excel Worksheet Functions 3 October 31st 04 06:55 PM


All times are GMT +1. The time now is 05:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"