M
Mary Beth
The conditional statement I'm working with is:
=IF(AND(A3=A2,B3=B2), 'Au'!E1,'Au'!E2)
Here's the problem, I want to fill the column with this
conditional statement but if I do that it will
automatically convert E1 to E2 then E3 ect like it was
filling a series. So instead of getting 5 rows with E2
then swithcing to E3 for 6 rows, I get E1, E2, E3.
I want the value to be E1 until AND(A3=A2,B3=B2)is false
and then I want to go to the next value (E3). Again,
filling E3 in until AND(Ax=Ax,Bx=Bx) is false and then
switching to E4 ect.
Is there a way to write this so that it doesn't simply
treat the statement as a series when I drag the formula
to other cells? If I use "$" to keep the formula from
changing, it works for the first two in the series, but
then of course won't change for the next values (E3 and
higher).
Thanks,
mb
=IF(AND(A3=A2,B3=B2), 'Au'!E1,'Au'!E2)
Here's the problem, I want to fill the column with this
conditional statement but if I do that it will
automatically convert E1 to E2 then E3 ect like it was
filling a series. So instead of getting 5 rows with E2
then swithcing to E3 for 6 rows, I get E1, E2, E3.
I want the value to be E1 until AND(A3=A2,B3=B2)is false
and then I want to go to the next value (E3). Again,
filling E3 in until AND(Ax=Ax,Bx=Bx) is false and then
switching to E4 ect.
Is there a way to write this so that it doesn't simply
treat the statement as a series when I drag the formula
to other cells? If I use "$" to keep the formula from
changing, it works for the first two in the series, but
then of course won't change for the next values (E3 and
higher).
Thanks,
mb