Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to create a sum of hours worked (Column B) to a date range (Column B)
and report it in another cell. A B 1 Date OT Hrs 2 1/3/08 0.5 3 1/5/08 1.25 4 2/1/08 3.0 So when I create the formula it would tell me that I worked 1.75Hrs in Jan |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMIF(A:A,"=2008-01-01",B:B)-SUMIF(A:A,"=2008-02-01",B:B)
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "RayRay" wrote in message ... I want to create a sum of hours worked (Column B) to a date range (Column B) and report it in another cell. A B 1 Date OT Hrs 2 1/3/08 0.5 3 1/5/08 1.25 4 2/1/08 3.0 So when I create the formula it would tell me that I worked 1.75Hrs in Jan |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It did not work. It adds the date.
"Bob Phillips" wrote: =SUMIF(A:A,"=2008-01-01",B:B)-SUMIF(A:A,"=2008-02-01",B:B) -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "RayRay" wrote in message ... I want to create a sum of hours worked (Column B) to a date range (Column B) and report it in another cell. A B 1 Date OT Hrs 2 1/3/08 0.5 3 1/5/08 1.25 4 2/1/08 3.0 So when I create the formula it would tell me that I worked 1.75Hrs in Jan |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I stated it incorrectly: (Should have said)
I want to create a sum of hours worked (Column B) related to the dates or range of dates provided (Column A) and report those hours in another cell. so in the original example, when I create the formula it would tell me that I worked 1.75Hrs in Jan "RayRay" wrote: It did not work. It adds the date. "Bob Phillips" wrote: =SUMIF(A:A,"=2008-01-01",B:B)-SUMIF(A:A,"=2008-02-01",B:B) -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "RayRay" wrote in message ... I want to create a sum of hours worked (Column B) to a date range (Column B) and report it in another cell. A B 1 Date OT Hrs 2 1/3/08 0.5 3 1/5/08 1.25 4 2/1/08 3.0 So when I create the formula it would tell me that I worked 1.75Hrs in Jan |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Which is exactly what my formula does.
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "RayRay" wrote in message ... I stated it incorrectly: (Should have said) I want to create a sum of hours worked (Column B) related to the dates or range of dates provided (Column A) and report those hours in another cell. so in the original example, when I create the formula it would tell me that I worked 1.75Hrs in Jan "RayRay" wrote: It did not work. It adds the date. "Bob Phillips" wrote: =SUMIF(A:A,"=2008-01-01",B:B)-SUMIF(A:A,"=2008-02-01",B:B) -- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "RayRay" wrote in message ... I want to create a sum of hours worked (Column B) to a date range (Column B) and report it in another cell. A B 1 Date OT Hrs 2 1/3/08 0.5 3 1/5/08 1.25 4 2/1/08 3.0 So when I create the formula it would tell me that I worked 1.75Hrs in Jan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula to calculate age using birth date and current date | Excel Worksheet Functions | |||
formula to calculate future date from date in cell plus days | Excel Worksheet Functions | |||
how do I create a formula to calculate sales tax using Yes & No | Excel Worksheet Functions | |||
How do I create a formula that will calculate monthly changes fro. | Excel Worksheet Functions | |||
How do I create a formula to calculate the average percentage rat | Excel Worksheet Functions |