R
Ray
Hi -
I'd like to translate the following formula (which works in Excel) to
work in VBA code:
=SUMPRODUCT((LEFT($C$3:$C$100,6)="UNICEF")*($G$3:$G$100))
(Note: entered as an ARRAY formula)
Thanks, Ray
I'd like to translate the following formula (which works in Excel) to
work in VBA code:
=SUMPRODUCT((LEFT($C$3:$C$100,6)="UNICEF")*($G$3:$G$100))
(Note: entered as an ARRAY formula)
Thanks, Ray