> You could change the N38 to INDEX($A$1&ROW(A38)) if "N" is in A1, then
> this will become effectively N38, N39, N40 etc when it is copied down
[quoted text clipped - 17 lines]
>
> > Michele
Hi Pete,
This is the idea, except I get an error that there are too few
arguments. Here is what I have, where n is in AS37.
=IF($L38=OFFSET(AV38,-1,0),IF($C38=0," Amount?",$C38*INDEX($AS
$37&ROW(A38))),0)
Thanks!
Michele
Pete_UK - 25 Apr 2008 01:17 GMT
Sorry, my mistake - should have been INDIRECT and not INDEX !!
Pete
> > You could change the N38 to INDEX($A$1&ROW(A38)) if "N" is in A1, then
> > this will become effectively N38, N39, N40 etc when it is copied down
[quoted text clipped - 31 lines]
>
> - Show quoted text -