I have two formulae is two separate columns and would like to combine them two reduce the number of columns, but I keep getting "too many arguments".
Formula to be extended
=IF($G10=0,"",(IFERROR(IF($F10="FSN",VLOOKUP($E10,'PPA part details'!$E:$AF,25,FALSE),"")*IF($H10=0,$G10,($G10*$H10)),"")))
Formula to add to the above
=IFERROR(IF(A10="","",IF(UPPER(A10)="S",SUMIF(B$6:B67, B10,T$6:T67), "")), "")
Both formulae work fine on their own in separate columns.
Formula to be extended
=IF($G10=0,"",(IFERROR(IF($F10="FSN",VLOOKUP($E10,'PPA part details'!$E:$AF,25,FALSE),"")*IF($H10=0,$G10,($G10*$H10)),"")))
Formula to add to the above
=IFERROR(IF(A10="","",IF(UPPER(A10)="S",SUMIF(B$6:B67, B10,T$6:T67), "")), "")
Both formulae work fine on their own in separate columns.