N nader assaleh Member Nov 8, 2014 #1 Hi, how can write formula to find the summation of all values in colomn D based on the extreme lift number of column C. many thanks Attachments Book1.xlsx Book1.xlsx 10.8 KB · Views: 8
Hi, how can write formula to find the summation of all values in colomn D based on the extreme lift number of column C. many thanks
Somendra Misra Excel Ninja Nov 8, 2014 #2 Hi Nader, Try below formula in H9 and copy across: =SUMPRODUCT((--LEFT($C$5:$C$19,1)=H8)*$D$5:$D$19) Regards,
Hi Nader, Try below formula in H9 and copy across: =SUMPRODUCT((--LEFT($C$5:$C$19,1)=H8)*$D$5:$D$19) Regards,
N nader assaleh Member Nov 8, 2014 #5 Hi how can i modify this formula in a way that if i have blank cells or null cell i still get a result. many thanks Attachments Book1.xlsx Book1.xlsx 10.6 KB · Views: 5
Hi how can i modify this formula in a way that if i have blank cells or null cell i still get a result. many thanks
Somendra Misra Excel Ninja Nov 9, 2014 #6 @nader assaleh try below array formula: =SUM((IFERROR(--LEFT($C$5:$C$20,1),0)=H8)*--($D$5:$D$20)) Confirm with Ctrl+Shift+Enter. Regards,
@nader assaleh try below array formula: =SUM((IFERROR(--LEFT($C$5:$C$20,1),0)=H8)*--($D$5:$D$20)) Confirm with Ctrl+Shift+Enter. Regards,