Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have a problem. I do not think sumif will work. and I believe Dsum is my answer. However I do not really understand dsum. I am doing a workplan in excel. I have peoples names in a column. time of task in another column. and I want to have minths in a 3rd column. I want to total up the person and month for the time. so: John Jan 10 Marry Jan 20 John Feb 5 John Jan 8 etc... can someone help out? thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
this may work for what you want to do.
=SUMPRODUCT(--(A1:A4="John"),--(B1:B4="Jan"),(C1:C4)) -- Gary "greg" wrote in message ... Hello, I have a problem. I do not think sumif will work. and I believe Dsum is my answer. However I do not really understand dsum. I am doing a workplan in excel. I have peoples names in a column. time of task in another column. and I want to have minths in a 3rd column. I want to total up the person and month for the time. so: John Jan 10 Marry Jan 20 John Feb 5 John Jan 8 etc... can someone help out? thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks,
I will give it a try "Gary Keramidas" <GKeramidasATmsn.com wrote in message ... this may work for what you want to do. =SUMPRODUCT(--(A1:A4="John"),--(B1:B4="Jan"),(C1:C4)) -- Gary "greg" wrote in message ... Hello, I have a problem. I do not think sumif will work. and I believe Dsum is my answer. However I do not really understand dsum. I am doing a workplan in excel. I have peoples names in a column. time of task in another column. and I want to have minths in a 3rd column. I want to total up the person and month for the time. so: John Jan 10 Marry Jan 20 John Feb 5 John Jan 8 etc... can someone help out? thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
DSUM - SUMIF - or something else? | Excel Worksheet Functions | |||
dsum or sumif? | Excel Worksheet Functions | |||
Dsum or SumIf | Excel Worksheet Functions | |||
Dsum or Sumif Help!!! | Excel Worksheet Functions | |||
DSUM vs SUMIF | Excel Worksheet Functions |