![]() |
SumIF
Hi there,
Please advise how i can use the sumif function to sum the value in column B cells under a the range of another column C that is great than 60 and less than 90 days. I just try to figure out how much outstanding invoice amount which is more than 90days and another amount is between 60 and 90 days and so on. Please advise! Many thanks! Regards, Becky |
SumIF
=SUMIF(C:C,"60",B:B)-SUMIF(C:C,"=90",B:B)
OR =SUMPRODUCT((C1:C10060)*(C1:C100<90),B1:B100) If this post helps click Yes --------------- Jacob Skaria "Becky" wrote: Hi there, Please advise how i can use the sumif function to sum the value in column B cells under a the range of another column C that is great than 60 and less than 90 days. I just try to figure out how much outstanding invoice amount which is more than 90days and another amount is between 60 and 90 days and so on. Please advise! Many thanks! Regards, Becky |
SumIF
sum the value in column B
C that is [great than 60] and [less than 90] days. One way... =SUMIF(C:C,"60",B:B)-SUMIF(C:C,"=90",B:B) -- Biff Microsoft Excel MVP "Becky" wrote in message ... Hi there, Please advise how i can use the sumif function to sum the value in column B cells under a the range of another column C that is great than 60 and less than 90 days. I just try to figure out how much outstanding invoice amount which is more than 90days and another amount is between 60 and 90 days and so on. Please advise! Many thanks! Regards, Becky |
All times are GMT +1. The time now is 08:29 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com