A
Andy
I have a sumproduct formula which I'd like to also display a percentage of the
total in the same cell. The formula is
SUMPRODUCT(--(LEFT(C2:C8,4)="S.F."),E2:E8)+SUMPRODUCT(--(LEFT(C2:C8,4)<>"S.F."),D
28)
If the result of this formula is 10 and the total for all the sumproduct formulas
in the same column is 100, the cell would display "10 (10%)" less the quotes
I've tried use "&" but my attempts either return an error or an empty cell. The
cell is located at F2 (for example) and the total is located at E50. Any ideas?
total in the same cell. The formula is
SUMPRODUCT(--(LEFT(C2:C8,4)="S.F."),E2:E8)+SUMPRODUCT(--(LEFT(C2:C8,4)<>"S.F."),D
28)
If the result of this formula is 10 and the total for all the sumproduct formulas
in the same column is 100, the cell would display "10 (10%)" less the quotes
I've tried use "&" but my attempts either return an error or an empty cell. The
cell is located at F2 (for example) and the total is located at E50. Any ideas?