Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Jim Jim is offline
external usenet poster
 
Posts: 615
Default non-traditional cell references

I have quarterly data, which I want to divide into monthly colums. For example:

Sheet 1 -
Cell A1 has data for Q1
Cell B1 has data for Q2...etc

In sheet 2 -
Cell A1 has data for Q1 Month 1
Cell B1 has data for Q1 Month 2
Cell C1 has data for Q1 Month 3
Cell D1 has total for Q1
Cell A1 has data for Q2 Month 1
Cell A1 has data for Q2 Month 2...etc

The column reference needs to increase by one every fourth column, but I
can't figure out a way to do it.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default non-traditional cell references

On 19 Mar, 22:17, Jim wrote:
I have quarterly data, which I want to divide into monthly colums. For example:

Sheet 1 -
Cell A1 has data for Q1
Cell B1 has data for Q2...etc

In sheet 2 -
Cell A1 has data for Q1 Month 1
Cell B1 has data for Q1 Month 2
Cell C1 has data for Q1 Month 3
Cell D1 has total for Q1
Cell A1 has data for Q2 Month 1
Cell A1 has data for Q2 Month 2...etc

The column reference needs to increase by one every fourth column, but I
can't figure out a way to do it.


Not sure if you want Sheet1 to pickup from Sheet2, or the other way
around. However, the principle is the same:

In order to be able to copy the same formula across your columns in
Sheet1, you could include a reference to the column number in an
additional row (usually at the top of the columns:

A B C
D E
1 Column Index 4 8 12 16
2 Column Header (visible) Q1 Q2 Q3 Q4
3 Data =INDIRECT(ADDRESS(1,B
$2,,,"Sheet2")

When you copy the formula from B3 to C3, the index number increments
from 4 to 8, and it should pickup the right cell in Sheet2.

HTH

Andrew

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
Excel 2003 traditional chinese to simplified chinese SHO Excel Discussion (Misc queries) 0 December 1st 06 05:23 AM
How to rename references from range names to cell references Abbas Excel Discussion (Misc queries) 1 May 24th 06 06:18 PM
Changing Cell References To a Different Worksheet in the Same Cell DL Excel Worksheet Functions 3 March 30th 06 11:18 PM
how can i change the traditional chinese font to simplified chine. Donald Excel Discussion (Misc queries) 0 July 9th 05 02:37 AM
Transferring cell content between workbooks using cell references Kiwi Mike Excel Discussion (Misc queries) 2 November 27th 04 11:31 PM


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

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"