![]() |
SUMIF function with conditions
I need help summing numbers (in column I) on the condition that their
corresponding date (in column F) falls between 1/1/2008 and 2/1/2008 and that their part number (in column J) matches a number in column A. I think my problem is that column A is much longer than any of the other columns. Does the data need to be the same size? If so any ideas to how I could resolve this? Thanks. -- C Liao |
SUMIF function with conditions
Yes, they must be the same size.
=SUMPRODUCT(--(F2:F200=--"2008-01-01"),--(F2:F200<--"2008-02-01"),--(J2:J200=A2:A200),I2:I200) extend the 200 as far as it needs to go in column A -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "C Liao" wrote in message ... I need help summing numbers (in column I) on the condition that their corresponding date (in column F) falls between 1/1/2008 and 2/1/2008 and that their part number (in column J) matches a number in column A. I think my problem is that column A is much longer than any of the other columns. Does the data need to be the same size? If so any ideas to how I could resolve this? Thanks. -- C Liao |
All times are GMT +1. The time now is 02:47 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com