Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I've used this formular to find work piece that gets done per department. =SUMPRODUCT(('Q2'!E13:E150="Done")*('Q2'!G13:G150= "14532")) Department 14532 was not picked up even though other department's number was correctly counted. But if I put a letter, say like C (14532C) and adds C to my formular as in =SUMPRODUCT(('Q2'!E13:E150="Done")*('Q2'!G13:G150= "14532C")) then it picks up how many pieces were done for this department. I suspect this is in my cell format but I could not figure out what went wrong. Please help. Thanks. Tmt |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try withOUT the " "
-- Don Guillett Microsoft MVP Excel SalesAid Software "Tmt" wrote in message ... Hello, I've used this formular to find work piece that gets done per department. =SUMPRODUCT(('Q2'!E13:E150="Done")*('Q2'!G13:G150= "14532")) Department 14532 was not picked up even though other department's number was correctly counted. But if I put a letter, say like C (14532C) and adds C to my formular as in =SUMPRODUCT(('Q2'!E13:E150="Done")*('Q2'!G13:G150= "14532C")) then it picks up how many pieces were done for this department. I suspect this is in my cell format but I could not figure out what went wrong. Please help. Thanks. Tmt |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Don,
Thanks for the suggestion. Dropping the " " for those problematic set of data makes those items counted for. But here's another problem. I also discovered that this same formula without the " " would not read other set of data or miscounted some other set of data (4 items done from Q2 data sheet only returned as 3 items done). How do I unify all so that one formula works without keeping the " " and not for the others? Thanks. Tmt "Tmt" wrote: Hello, I've used this formular to find work piece that gets done per department. =SUMPRODUCT(('Q2'!E13:E150="Done")*('Q2'!G13:G150= "14532")) Department 14532 was not picked up even though other department's number was correctly counted. But if I put a letter, say like C (14532C) and adds C to my formular as in =SUMPRODUCT(('Q2'!E13:E150="Done")*('Q2'!G13:G150= "14532C")) then it picks up how many pieces were done for this department. I suspect this is in my cell format but I could not figure out what went wrong. Please help. Thanks. Tmt |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sumproduct with Condition OR Sumproduct with ADDRESS function - HE | Excel Discussion (Misc queries) | |||
Conditional SUMPRODUCT or SUMPRODUCT with Filters | Excel Worksheet Functions | |||
sumproduct? sumif(sumproduct)? | Excel Worksheet Functions | |||
using -- with SUMPRODUCT | Excel Discussion (Misc queries) | |||
SUMPRODUCT | Excel Worksheet Functions |