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 How do I reference a value to consecutive merged cells

How do I reference a value to consecutive merged cells ( 6 cells merged in a
single column, repeated 8 times downwards) from single unmerged cells in a
column in a different worksheet? If I manually reference e.g ='Schedule &
Billing'!D9 in the first cell then use the handle bottom right crnr of cell
to drag formulae, instead of getting the next cell in the source series,
='Schedule & Billing'!D10 it gets ='Schedule & Billing'!D9 plus 6 ='Schedule
& Billing'!D15. Note that 6 is the number of row/cells merged to make one in
the destination column.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default How do I reference a value to consecutive merged cells

Try it this way:

=INDIRECT("'Schedule & Billing'!D"&(ROW(A1)*6+3))

and then copy this down.

Hope this helps.

Pete

On Mar 25, 12:54*am, Johnhod
wrote:
How do I reference a value to consecutive merged cells ( 6 cells merged in a
single column, repeated 8 times downwards) from single unmerged cells in a
column in a different worksheet? If I manually reference e.g ='Schedule &
Billing'!D9 in the first cell then use the handle bottom right crnr of cell
to drag formulae, instead of getting the next cell in the source series,
='Schedule & Billing'!D10 it gets ='Schedule & Billing'!D9 plus 6 ='Schedule
& Billing'!D15. Note that 6 is the number of row/cells merged to make one in
the destination column.


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
Consecutive cells pulling data from non-consective cells seed Excel Discussion (Misc queries) 2 March 6th 08 01:07 PM
Autofit Merged cell Code is changing the format of my merged cells JB Excel Discussion (Misc queries) 0 August 20th 07 02:12 PM
how do i link merged cells to a merged cell in another worksheet. ibbm Excel Worksheet Functions 3 April 27th 06 11:40 PM
reference to consecutive worksheets within a workbook steeplejack New Users to Excel 0 October 4th 05 10:54 PM
Sorting merged cellsHow do I sort merged cells not identically siz Laval Excel Worksheet Functions 1 November 3rd 04 09:40 PM


All times are GMT +1. The time now is 04:15 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"