Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have the formula below that sums the values in Range name
'Purchases' based on 2 criteria. How could I modify this to COUNT the number of instances of receipts, based on the existing 2 criteria? =(SUMPRODUCT((Store=123)*(Inventory_No=$I$6),(Purc hases))/10) I've tried =(COUNT((StoreNo=123)*(Inventory_No=$I$6),(Purchas es))/10) and =COUNT((SUMPRODUCT((StoreNo=123)*(Inventory_No=$I$ 6),(Purchases))/ 10)) But they don't give me the correct answer |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count based on criteria | Excel Discussion (Misc queries) | |||
Count based on multiple criteria | Excel Worksheet Functions | |||
Need to count based on different criteria in two columns | Excel Worksheet Functions | |||
Count distinct based on criteria | Excel Worksheet Functions | |||
Count or Sum based on more than 1 criteria | Excel Worksheet Functions |