Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" | Excel Worksheet Functions | |||
SUMIF ? | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |