I should have copied and pasted the formula rather than just typing it in. I
made multiple errors on my typed formula
try this one on sheet 2
=IF(ROW()<=SUM(Sheet1!B:B),INDEX(Sheet1!A:A,MATCH(ROW(),Sheet1!C:C)),"")
> Sorry.
> I entered the same formula in sheet 2 cell A1 it is showing as #N/A. If u
[quoted text clipped - 84 lines]
> > > > > > > > Pls help. Eagerly waiting for ur reply.
> > > > > > > >
Hi,
Excellent!!!!!!!
now it is working fine. Thanks a lot for ur help and pls dont mistake me i
really cannot understand the formula which u given here first i want to know
abt the formula. Can u pls explain me abt this formula in brief.
-Christ,
> I should have copied and pasted the formula rather than just typing it in. I
> made multiple errors on my typed formula
[quoted text clipped - 89 lines]
> > > > > > > > > Pls help. Eagerly waiting for ur reply.
> > > > > > > > >
bj - 19 Sep 2007 21:24 GMT
the first section
=IF(ROW()<=SUM(Sheet1!B:B)
merely checks to see how any rows you need to go down
the second
,INDEX(Sheet1!A:A,MATCH(ROW(),Sheet1!C:C))
sets up the range to look at and uses the match funciton to determine if you
have goten to the next number yet. column C is the cumilatve summ of the
previous times numbers need to be added.
the third
,"")
just puts a blank cell when you are past the total numner of entries you
want/.
> Hi,
>
[quoted text clipped - 99 lines]
> > > > > > > > > > Pls help. Eagerly waiting for ur reply.
> > > > > > > > > >