Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 114
Default Tracking data by month

Hi,

I wonder if someone could help. Im creating a worksheet for our department
to track, among other things, profitability.

I have a separate worksheet for reports. This pulls together data from
several other worksheets, each of which contains data on one specific
project.

One report has to track the monthly profitability of a particular category
of billable job. So what I need is a formula that says:

Look at the deadline column of the worksheet called Ad hoc. For all cells
with a date in January 2008 (for instance), calculate the sum of the
corresponding cells in the previous column (the one that tracks our fees),

Can anyone tell me how to go about this?

Thanks

Karl

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Tracking data by month

=SUMPRODUCT(--(TEXT('Ad hoc'B2:B2000,"mmmyyyy")="Jan2008"),'Ad
hoc'!A2:A2000)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Karl" wrote in message
...
Hi,

I wonder if someone could help. I'm creating a worksheet for our
department
to track, among other things, profitability.

I have a separate worksheet for reports. This pulls together data from
several other worksheets, each of which contains data on one specific
project.

One report has to track the monthly profitability of a particular category
of billable job. So what I need is a formula that says:

"Look at the deadline column of the worksheet called Ad hoc. For all cells
with a date in January 2008 (for instance), calculate the sum of the
corresponding cells in the previous column (the one that tracks our fees)",

Can anyone tell me how to go about this?

Thanks

Karl



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 114
Default Tracking data by month

Hi Bob,

Thanks for the help. I've tried to apply your formula as follows:

=SUMPRODUCT(--(TEXT('Ad hoc'!G9:G74,"mmmyyyy")="Jan2008"),'Ad hoc'!L9:L74)

The column 'G' contains the dates and the column 'L' the money.

Excel keeps telling me I have an error in the formula. Do you have any idea
what I'm doing wrong?

Does it make a difference what date format I use in column 'G'?

Thanks again

Karl

"Bob Phillips" wrote:

=SUMPRODUCT(--(TEXT('Ad hoc'B2:B2000,"mmmyyyy")="Jan2008"),'Ad
hoc'!A2:A2000)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Karl" wrote in message
...
Hi,

I wonder if someone could help. I'm creating a worksheet for our
department
to track, among other things, profitability.

I have a separate worksheet for reports. This pulls together data from
several other worksheets, each of which contains data on one specific
project.

One report has to track the monthly profitability of a particular category
of billable job. So what I need is a formula that says:

"Look at the deadline column of the worksheet called Ad hoc. For all cells
with a date in January 2008 (for instance), calculate the sum of the
corresponding cells in the previous column (the one that tracks our fees)",

Can anyone tell me how to go about this?

Thanks

Karl




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Tracking data by month

I have tested it here and with my data it works fine, so it is hard to say.

Is the error happening when you enter the formula, or as a result of the
formula.

Can you tell us what is in say G9:G12 and L9:L12?

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Karl" wrote in message
...
Hi Bob,

Thanks for the help. I've tried to apply your formula as follows:

=SUMPRODUCT(--(TEXT('Ad hoc'!G9:G74,"mmmyyyy")="Jan2008"),'Ad hoc'!L9:L74)

The column 'G' contains the dates and the column 'L' the money.

Excel keeps telling me I have an error in the formula. Do you have any
idea
what I'm doing wrong?

Does it make a difference what date format I use in column 'G'?

Thanks again

Karl

"Bob Phillips" wrote:

=SUMPRODUCT(--(TEXT('Ad hoc'B2:B2000,"mmmyyyy")="Jan2008"),'Ad
hoc'!A2:A2000)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my
addy)



"Karl" wrote in message
...
Hi,

I wonder if someone could help. I'm creating a worksheet for our
department
to track, among other things, profitability.

I have a separate worksheet for reports. This pulls together data from
several other worksheets, each of which contains data on one specific
project.

One report has to track the monthly profitability of a particular
category
of billable job. So what I need is a formula that says:

"Look at the deadline column of the worksheet called Ad hoc. For all
cells
with a date in January 2008 (for instance), calculate the sum of the
corresponding cells in the previous column (the one that tracks our
fees)",

Can anyone tell me how to go about this?

Thanks

Karl






  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Tracking data by month

Maybe it's the list/argument separator.

Most people in the USA use a comma. Most people in Europe, use a semicolon.

=SUMPRODUCT(--(TEXT('Ad hoc'!G9:G74;"mmmyyyy")="Jan2008");'Ad hoc'!L9:L74)

If this doesn't help, what language do you use and what separator do you use?

Could be a difference in the function names, too.


Karl wrote:

Hi Bob,

Thanks for the help. I've tried to apply your formula as follows:

=SUMPRODUCT(--(TEXT('Ad hoc'!G9:G74,"mmmyyyy")="Jan2008"),'Ad hoc'!L9:L74)

The column 'G' contains the dates and the column 'L' the money.

Excel keeps telling me I have an error in the formula. Do you have any idea
what I'm doing wrong?

Does it make a difference what date format I use in column 'G'?

Thanks again

Karl

"Bob Phillips" wrote:

=SUMPRODUCT(--(TEXT('Ad hoc'B2:B2000,"mmmyyyy")="Jan2008"),'Ad
hoc'!A2:A2000)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Karl" wrote in message
...
Hi,

I wonder if someone could help. I'm creating a worksheet for our
department
to track, among other things, profitability.

I have a separate worksheet for reports. This pulls together data from
several other worksheets, each of which contains data on one specific
project.

One report has to track the monthly profitability of a particular category
of billable job. So what I need is a formula that says:

"Look at the deadline column of the worksheet called Ad hoc. For all cells
with a date in January 2008 (for instance), calculate the sum of the
corresponding cells in the previous column (the one that tracks our fees)",

Can anyone tell me how to go about this?

Thanks

Karl





--

Dave Peterson


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
Retrieve data for previous 3, 6, 12 month given current month GB Excel Worksheet Functions 4 July 19th 07 11:58 PM
How to insert tracking numbers into my webpage for RMA tracking wiglady Excel Discussion (Misc queries) 0 April 4th 06 12:44 PM
Tracking data Greenback Excel Discussion (Misc queries) 3 March 6th 06 03:05 PM
template with data tracking Dee Goodrich Excel Discussion (Misc queries) 0 January 11th 06 07:30 PM
Compare month to month data GP Excel Worksheet Functions 1 December 29th 05 10:01 AM


All times are GMT +1. The time now is 01:00 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"