![]() |
Sum between two numbers
i need a formula to sum the totals in column D that are between 50 and 74
when there is also a "1" in column A. Thanks in advance. |
One way:
=SUMPRODUCT(--(A1:A1000=1),--(D1:D1000=50),--(D1:D1000<=74), D1:D1000) In article , USChad wrote: i need a formula to sum the totals in column D that are between 50 and 74 when there is also a "1" in column A. Thanks in advance. |
All times are GMT +1. The time now is 11:41 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com