M
Mathew P Bennett
Evening All,
I have, what I hope is an aesy question to answer, regarding the 'replace' function.
I have the following formula, (simplified from actual),
=SUMIF($H$6:$H$84,$AA$4,I$6:I$84)+($AC$2*$AB$4/2)
But I would like to add the following IF function at the start, =IF($X9=0,0,
so that the whole thing should read:
=IF($X9=0,0,(SUMIF($H$6:$H$84,$AA$4,I$6:I$84)+($AC$2*$AB$4/2))
Firstly, I have tried replacing =SUMIF( with =IF($X9=0,0,SUMIF(
but it does not allow this as there is no second closing parenthesis.
Also, if this is possble, I would also like it to be able to automatically alter the $X9 to $X10 etc
as the formula is replaced as I go down the sheet, ( ie by row number, where the 9,10 etc is the row number.
As usaual any help on this troublesome problem would be appreciated.
Cheers,
Mathew
I have, what I hope is an aesy question to answer, regarding the 'replace' function.
I have the following formula, (simplified from actual),
=SUMIF($H$6:$H$84,$AA$4,I$6:I$84)+($AC$2*$AB$4/2)
But I would like to add the following IF function at the start, =IF($X9=0,0,
so that the whole thing should read:
=IF($X9=0,0,(SUMIF($H$6:$H$84,$AA$4,I$6:I$84)+($AC$2*$AB$4/2))
Firstly, I have tried replacing =SUMIF( with =IF($X9=0,0,SUMIF(
but it does not allow this as there is no second closing parenthesis.
Also, if this is possble, I would also like it to be able to automatically alter the $X9 to $X10 etc
as the formula is replaced as I go down the sheet, ( ie by row number, where the 9,10 etc is the row number.
As usaual any help on this troublesome problem would be appreciated.
Cheers,
Mathew