Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 23
Default Actual Language for Nesting criteria

Have a system that is tracking scheduled appointments and appointment types,
need to program the formula to calculate overall appointments scheduled for
the month (that I can handle, here is my nest...) break out the sum to show
the number of initial appointments and number of secondary appointments
scheduled for the given month based on an indicator. Basically after I
program the countif date (A:A) for the given month how to add the programming
to count number for given month that are also priority indicator 1, 2, 3 for
the one column or 4,5,6 for the other?

I am not a programmer, just a tinkerer so need tons of help with the language.

Thank you for your help.
--
Judy Rose Cohen
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Actual Language for Nesting criteria

You can only use COUNTIF when you have a single condition. For multiple
conditions you will need something like this:

=SUMPRODUCT((condition1)*(condition2)*(condition3) )

Don't let the name of the function put you off - this COUNTS whenever those
conditions are all met.

A condition might look like:

(A1:A100=1)
or
(MONTH(D1:D100)=7)

Note that you can only use full-column ranges in XL2007 or later.

Hope this helps.

Pete

"Judy Rose" wrote in message
...
Have a system that is tracking scheduled appointments and appointment
types,
need to program the formula to calculate overall appointments scheduled
for
the month (that I can handle, here is my nest...) break out the sum to
show
the number of initial appointments and number of secondary appointments
scheduled for the given month based on an indicator. Basically after I
program the countif date (A:A) for the given month how to add the
programming
to count number for given month that are also priority indicator 1, 2, 3
for
the one column or 4,5,6 for the other?

I am not a programmer, just a tinkerer so need tons of help with the
language.

Thank you for your help.
--
Judy Rose Cohen



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
How to change German language data into Eglish Language in a colum Execel work sheet language problems Excel Discussion (Misc queries) 1 October 29th 07 09:59 PM
language support in excel sheet using a third party language tool seema Excel Worksheet Functions 0 March 13th 06 06:06 AM
OS language and Office language conflicts teejay Excel Worksheet Functions 1 February 10th 06 05:31 PM
Multiple Criteria IF Nesting BethB Excel Worksheet Functions 2 May 17th 05 12:14 AM
How to change the excel format from language to language? zee Excel Discussion (Misc queries) 2 January 30th 05 06:51 PM


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