Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Sumif on pulling out data from dates

I have a data rage that column A is employee name, column B is date that the
employee worked, and Column C is the hours worked on that day. Their are
additional columns that calulate overtime. On a separate Sheet i have an
overveiw of this and other data. I want to do a sumif that will pull all of
the hours from a given month and total them up on the overview page.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Sumif on pulling out data from dates

One way...

To sum hours for Jan 2008:

=SUMPRODUCT(--(TEXT(Sheet1!B2:B20,"mmm/yyyy")="Jan/2008"),Sheet1!C2:C20)


--
Biff
Microsoft Excel MVP


"Eagleryder" wrote in message
...
I have a data rage that column A is employee name, column B is date that
the
employee worked, and Column C is the hours worked on that day. Their are
additional columns that calulate overtime. On a separate Sheet i have an
overveiw of this and other data. I want to do a sumif that will pull all
of
the hours from a given month and total them up on the overview page.



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Sumif on pulling out data from dates

Thank you it worked like a charm.

"T. Valko" wrote:

One way...

To sum hours for Jan 2008:

=SUMPRODUCT(--(TEXT(Sheet1!B2:B20,"mmm/yyyy")="Jan/2008"),Sheet1!C2:C20)


--
Biff
Microsoft Excel MVP


"Eagleryder" wrote in message
...
I have a data rage that column A is employee name, column B is date that
the
employee worked, and Column C is the hours worked on that day. Their are
additional columns that calulate overtime. On a separate Sheet i have an
overveiw of this and other data. I want to do a sumif that will pull all
of
the hours from a given month and total them up on the overview page.




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Sumif on pulling out data from dates

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Eagleryder" wrote in message
...
Thank you it worked like a charm.

"T. Valko" wrote:

One way...

To sum hours for Jan 2008:

=SUMPRODUCT(--(TEXT(Sheet1!B2:B20,"mmm/yyyy")="Jan/2008"),Sheet1!C2:C20)


--
Biff
Microsoft Excel MVP


"Eagleryder" wrote in message
...
I have a data rage that column A is employee name, column B is date that
the
employee worked, and Column C is the hours worked on that day. Their
are
additional columns that calulate overtime. On a separate Sheet i have
an
overveiw of this and other data. I want to do a sumif that will pull
all
of
the hours from a given month and total them up on the overview page.






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pulling data by start/finish dates Carla Excel Discussion (Misc queries) 6 May 17th 08 02:12 PM
Linking two spreadsheet, pulling data from one cell to another, data is being truncated Ben Excel Worksheet Functions 0 September 13th 07 11:41 PM
Sumproduct - Pulling info based on lenght of time between dates watchtower Excel Worksheet Functions 6 February 1st 07 01:42 PM
pulling back dates that meet certain criteria Bruno Excel Worksheet Functions 1 July 21st 06 02:40 PM
Sum of data between two dates - tried SUMIF and it returned "0" qwopzxnm Excel Worksheet Functions 2 October 24th 05 09:14 PM


All times are GMT +1. The time now is 09:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"