arkusM
Well-known Member
- Joined
- Apr 12, 2007
- Messages
- 560
I was quite happy that I got the below to work, faking-out Excel by bypassing the volitile function limits!
For formatting
[/quote]
The original post that I posted on this problem:
http://www.mrexcel.com/forum/showthread.php?t=340445
And the post that I asked a more general question about this:
http://www.mrexcel.com/forum/showthread.php?p=1696781#post1696781
Rich (BB code):
=LOOKUP(9.99999E+307,CHOOSE({1,2},SUM(Top_RNG:T_End_Rng),Volume_Lookup))
Rich (BB code):
Top_Rng =INDIRECT(ADDRESS(ROW()-1,COLUMN()))
T_End_Rng =INDIRECT(ADDRESS(ROW()-T_Col,COLUMN()))
T_Col =INDIRECT(ADDRESS(ROW(),7))
Volume_Lookup =VLOOKUP(Revenue!$F27,Rec_PTS_MN,Revenue!N$1,0)
For formatting
Rich (BB code):
=MOD(ROW()-14,1*2)+1<=1
The original post that I posted on this problem:
http://www.mrexcel.com/forum/showthread.php?t=340445
And the post that I asked a more general question about this:
http://www.mrexcel.com/forum/showthread.php?p=1696781#post1696781