Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default 3 LookUp Variables One Result

Hello Excel Geniuses,

It is ending day and I am ready to go home... and want to wish everyone a
great weekend!

I am trying to find the most effective formula for counting data that meets
3 conditions from one tab onto another tab. I am in Excel 2003.

Sheet 1 will be the results
Sheet2 is where the date is housed

Column O5:O120 Condition 1: =01/01/09 (Customer Satisfaction Survey Date)
Column O5:O120 Condition 2: <=01/31/09 (Customer Satisfaction Survey Date)
Column P5:P120 Condition 3:=5 (Customer Satisfaction Survey Score)

Here is my formula (it worked =)) I created in 2007 that is not compatible
with 2003.
=COUNTIFS('Site_Customer Log'!O5:O120,"=07/01/08",'Site_Customer
Log'!O5:O120,"<=07/31/08",'Site_Customer Log'!P5:P120,"=5")

Thank you,
Frusterated Iona



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 964
Default 3 LookUp Variables One Result

=SUMPRODUCT(--(YEAR(O5:O120)=2008),--(MONTH(O5:O120)=7),--(P5:P120=5))


add your sheet names accordingly, will count P5::P120 greater than or equal
to 5 during July 2008

--


Regards,


Peo Sjoblom

"Iona" wrote in message
...
Hello Excel Geniuses,

It is ending day and I am ready to go home... and want to wish everyone a
great weekend!

I am trying to find the most effective formula for counting data that
meets
3 conditions from one tab onto another tab. I am in Excel 2003.

Sheet 1 will be the results
Sheet2 is where the date is housed

Column O5:O120 Condition 1: =01/01/09 (Customer Satisfaction Survey Date)
Column O5:O120 Condition 2: <=01/31/09 (Customer Satisfaction Survey Date)
Column P5:P120 Condition 3:=5 (Customer Satisfaction Survey Score)

Here is my formula (it worked =)) I created in 2007 that is not compatible
with 2003.
=COUNTIFS('Site_Customer Log'!O5:O120,"=07/01/08",'Site_Customer
Log'!O5:O120,"<=07/31/08",'Site_Customer Log'!P5:P120,"=5")

Thank you,
Frusterated Iona





  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 16
Default 3 LookUp Variables One Result

Thank you sooo much and Happy Monday!

"Peo Sjoblom" wrote:

=SUMPRODUCT(--(YEAR(O5:O120)=2008),--(MONTH(O5:O120)=7),--(P5:P120=5))


add your sheet names accordingly, will count P5::P120 greater than or equal
to 5 during July 2008

--


Regards,


Peo Sjoblom

"Iona" wrote in message
...
Hello Excel Geniuses,

It is ending day and I am ready to go home... and want to wish everyone a
great weekend!

I am trying to find the most effective formula for counting data that
meets
3 conditions from one tab onto another tab. I am in Excel 2003.

Sheet 1 will be the results
Sheet2 is where the date is housed

Column O5:O120 Condition 1: =01/01/09 (Customer Satisfaction Survey Date)
Column O5:O120 Condition 2: <=01/31/09 (Customer Satisfaction Survey Date)
Column P5:P120 Condition 3:=5 (Customer Satisfaction Survey Score)

Here is my formula (it worked =)) I created in 2007 that is not compatible
with 2003.
=COUNTIFS('Site_Customer Log'!O5:O120,"=07/01/08",'Site_Customer
Log'!O5:O120,"<=07/31/08",'Site_Customer Log'!P5:P120,"=5")

Thank you,
Frusterated Iona






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
two variables to get result Cinny Excel Worksheet Functions 1 July 30th 08 03:55 AM
TWO VARIABLES - ONE RESULT HERNAN Excel Discussion (Misc queries) 3 August 16th 06 10:38 PM
showing lookup result with multiple variables jprice Excel Discussion (Misc queries) 2 July 12th 06 12:50 AM
Making solver solve for different set variables and listing result Michael Bev Excel Discussion (Misc queries) 0 April 13th 06 12:22 PM
2 Conditions True, Many Variables, Return Result elliekev26 Excel Worksheet Functions 4 September 22nd 05 04:16 PM


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