Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Listing info from Annual, to a more detailed worksheet by Month

Hi - have the following problem-
Need to pull information from an annual quoting spread sheet. Here are the
columns I need to pull the INFO FROM in one spreadsheet:

Date quote rcv'd
Producer the quote assigned to
Level of account (a,b,c,d),
Status of quote- not worked, pending, complete
date completed and then (# of days it took to complete)

I know I can do the following to get the Level of accounts - just not sure
about how to incorporate the rest of these things:
=SUMPRODUCT(--(QUOTELOG!H3:H13={"a","b","c"}))

And this for finding the Producer code
=COUNT(IF((QUOTELOG!$B$3:$B$2553=39995)*(QUOTELOG !$B$3:$B$2553<40026)*(QUOTELOG!$D$3:$D$2553="CP7") *(QUOTELOG!$I$3:$I$2553="Completed"),0))

just not sure about how to incorporate the rest of these things:

Thanks for any help. cindy

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Listing info from Annual, to a more detailed worksheet by Month

Maybe...

=SUMPRODUCT((QuoteLog!$H$3:$H$2553={"a","b","c"})
*(QuoteLog!$B$3:$B$2553=39995)
*(QuoteLog!$B$3:$B$2553<40026)
*(QuoteLog!$D$3:$D$2553="CP7")
*(QuoteLog!$I$3:$I$2553="Completed"))

or since those values in column B are dates:

=SUMPRODUCT((QuoteLog!$H$3:$H$2553={"a","b","c"})
*(QuoteLog!$B$3:$B$2553=date(2009,7,1))
*(QuoteLog!$B$3:$B$2553<date(2008,8,1))
*(QuoteLog!$D$3:$D$2553="CP7")
*(QuoteLog!$I$3:$I$2553="Completed"))

Or even:

=SUMPRODUCT((QuoteLog!$H$3:$H$2553={"a","b","c"})
*(TEXT(QuoteLog!$B$3:$B$2553,"yyyymm")="200907")
*(QuoteLog!$D$3:$D$2553="CP7")
*(QuoteLog!$I$3:$I$2553="Completed"))

Cindyt wrote:

Hi - have the following problem-
Need to pull information from an annual quoting spread sheet. Here are the
columns I need to pull the INFO FROM in one spreadsheet:

Date quote rcv'd
Producer the quote assigned to
Level of account (a,b,c,d),
Status of quote- not worked, pending, complete
date completed and then (# of days it took to complete)

I know I can do the following to get the Level of accounts - just not sure
about how to incorporate the rest of these things:
=SUMPRODUCT(--(QUOTELOG!H3:H13={"a","b","c"}))

And this for finding the Producer code
=COUNT(IF((QUOTELOG!$B$3:$B$2553=39995)*(QUOTELOG !$B$3:$B$2553<40026)*(QUOTELOG!$D$3:$D$2553="CP7") *(QUOTELOG!$I$3:$I$2553="Completed"),0))

just not sure about how to incorporate the rest of these things:

Thanks for any help. cindy


--

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
Calculating Annual % Increase that occurs mid month AdmiralAJ Excel Worksheet Functions 8 March 13th 09 12:46 AM
annual budget - by month help needed David Excel Worksheet Functions 4 December 12th 08 07:56 PM
Detailed worksheet value entered automatically in Summary workshee Victoria Excel Discussion (Misc queries) 2 September 26th 07 06:36 PM
How can I set month/quarter/annual date intervals John Charts and Charting in Excel 5 March 15th 06 04:30 AM
how do I set up a listing of rental properties and various info o. itsme0715 New Users to Excel 1 January 30th 05 06:07 AM


All times are GMT +1. The time now is 10:10 AM.

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

About Us

"It's about Microsoft Excel"