Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Advancing formula


Hi
When I write a formula for a cell and the click and drag to adjacent
cells, excel advances the formula in a certain manner. I am using
person's names. For example =Barker!Z11 becomes =Barker!Z12 in the next
cell. Is there anyway of making excel advance the formula in a certain
way? In this case I want it to advance by 7 so the formula for adjacent
cells reads =Barker!Z18 and =Barker!Z25 and then =Barker!Z32 and so on?
Also can you rename part of a formula across a range of cells so that
Barker is replaced by Ball. In other words =Barker!Z11 becomes
=Ball!Z11 etc...
thanks
Steve


--
spankydata
------------------------------------------------------------------------
spankydata's Profile: http://www.excelforum.com/member.php...o&userid=37217
View this thread: http://www.excelforum.com/showthread...hreadid=569315

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 733
Default Advancing formula

spankydata wrote...
When I write a formula for a cell and the click and drag to adjacent
cells, excel advances the formula in a certain manner. I am using
person's names. For example =Barker!Z11 becomes =Barker!Z12 in the next
cell. Is there anyway of making excel advance the formula in a certain
way? In this case I want it to advance by 7 so the formula for adjacent
cells reads =Barker!Z18 and =Barker!Z25 and then =Barker!Z32 and so on?


Not using simple cell references. Excel provides only 1-to-1
correspondence, meaning fill formulas +/-1 row/column over, and cell
addresses adjust +/-1 row/column.

You could use INDEX. If the first formula were in cell X99,

X99:
=INDEX(Barker!Z:Z,11+7*ROWS(X$99:X99))

The 2nd argument evaluates to 18. Fill it down one row, and that INDEX
call's 2nd argument evaluates to 25.

Also can you rename part of a formula across a range of cells so that
Barker is replaced by Ball. In other words =Barker!Z11 becomes
=Ball!Z11 etc...


No, but if you're in a cell from which you want to refer to Barker!Z11,
you could define the name Ball referring to =Barker!Z:Z, then change
the INDEX formula above to

X99:
=INDEX(Ball,11+7*ROWS(X$99:X99))

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default Advancing formula

Hi!

To increment the formula reference: (I assume you're copying DOWN, not
across)

=INDEX(Barker!Z$11:Z$100,(ROWS($1:1)-1)*7+1)

Adjust for the end of the range as needed.

Also can you rename part of a formula across a range of cells so that
Barker is replaced by Ball. In other words =Barker!Z11 becomes
=Ball!Z11 etc...


Use EditReplace for that.

Biff

"spankydata" wrote
in message ...

Hi
When I write a formula for a cell and the click and drag to adjacent
cells, excel advances the formula in a certain manner. I am using
person's names. For example =Barker!Z11 becomes =Barker!Z12 in the next
cell. Is there anyway of making excel advance the formula in a certain
way? In this case I want it to advance by 7 so the formula for adjacent
cells reads =Barker!Z18 and =Barker!Z25 and then =Barker!Z32 and so on?
Also can you rename part of a formula across a range of cells so that
Barker is replaced by Ball. In other words =Barker!Z11 becomes
=Ball!Z11 etc...
thanks
Steve


--
spankydata
------------------------------------------------------------------------
spankydata's Profile:
http://www.excelforum.com/member.php...o&userid=37217
View this thread: http://www.excelforum.com/showthread...hreadid=569315



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Advancing formula


thanks very much. What does index do in general terms?


--
spankydata
------------------------------------------------------------------------
spankydata's Profile: http://www.excelforum.com/member.php...o&userid=37217
View this thread: http://www.excelforum.com/showthread...hreadid=569315

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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 04:48 PM.

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

About Us

"It's about Microsoft Excel"