Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Help!
Range("A2:A57") may contain values from "A-K" Range("B2:B57") may contain values M, T, W, R, F for the days of the week. Based on those ranges I need to sum Range("D2:D57") where both criterias are met. example: Where Column A = "A" and where column B = "M", sum every cell ("D2:D57") that meets both criteria, where column A may have 15 cells that contain "A" and column B may have 5 cells that contain "M" leaving a maximum of 5 cells that can be summed. Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() LiveIt, =SUMPRODUCT((A2:A57="A")*(B2:B57="M")*(D2:D57)) HTH Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=562213 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Bucketing data based on DATE Range criteria | Excel Discussion (Misc queries) | |||
COUNTIF with multiple disjoint ranges, same criteria | New Users to Excel | |||
COUNTIF with multiple disjoint ranges, same criteria | New Users to Excel | |||
COUNTIF with multiple disjoint ranges, same criteria | New Users to Excel | |||
Dynamic range names, multiple criteria, sumproduct | Excel Discussion (Misc queries) |