|
| |
 |
On
Site Training |
|
- Training from £300 a day!
-
All
versions of MS Office covered 2010, 2007, 2003,
XP, 2000, 97
- MS
Office 2010 Upgrade Course
- MS Office 2007 Upgrade Course
- Excel
2010, 2007, 2003 Training
- Access
2010, 2007, 2003 Training
- Project
2007, 2003 Training
- Publisher 2010, 07, 03 Training
- Word 2010, 2007, 2003 Training
- PowerPoint
2010, 07, 03 Training
- Visio
2010, 2007, 2003 Training
- Outlook
2010, 2007, 2003 Training
- Dreamweaver
Training
- Adobe InDesign Training
- Introduction to SEO
- Event Photographer Sussex
|
| Free
Training Materials |
|
|
 |
 |
 |
Web
design |
|
| |
| If you like this site, let us
create a web site for you.
Contact us for a quote. |
| |
| |
| |
|
|
 |
 |
Corporate
portraits |
|
|
|
|
|
Microsoft
Office Training throughout West Sussex & East Sussex, Surrey and Hampshire: Horsham, Brighton, Burgess Hill, Chichester, Crawley, Eastbourne, East Grinstead, Haywards Heath, Lewes, Littlehampton, Dorking, Farnham, Godalming, Guildford,Redhill, Reigate, Weybridge Woking, Havant, Petersfield, Portsmouth, Southampton, Winchester, Tonbridge & Tunbridge Wells.
|
 |
Free Microsoft Excel Tutorial - Excel COUNTIFS in Excel 2003 |
|
| |
|
Microsoft
Office Training > Excel
Training > Free
Computer Training >Excel Count Records Based on Multiple Criteria Using Array Formulas
Please feel free to use this content on your web site, but please include the links at the end
Excel Count Records Based on Multiple Criteria Using Array Formulas
Excel COUNTIFS in Excel 2003
If you are frustrated with the Excel COUNTIF function because it only allows you to specify a single criteria, you have two options: one would be to purchase Excel 2007 and use the new COUNTIFS function and the other would be to use an array function in Excel 2003 or earlier.
To follow this example type the following data starting in A1 and using a separate column for each field.
| Branch |
Type |
Balance |
Brighton |
Current |
5698 |
Lewes |
Savings |
78878 |
London |
ISA |
7865 |
Brighton |
Savings |
45321 |
Lewes |
ISA |
12356 |
Brighton |
Current |
8765 |
London |
Savings |
98345 |
Brighton |
ISA |
76234 |
Brighton |
Savings |
3244 |
London |
ISA |
789876 |
Brighton |
Current |
781990 |
We are going to calculate the number of current accounts held at the Brighton branch.
To give you an idea of how array formulas work we will start off by performing a single criteria count by using a combination of an If function and Sum function. A COUNTIF function would perform the same calculation.
In cell E1 type the following formula =SUM(IF(A2:A12="brighton",1,0)), but use CTRL, SHIFT, ENTER to confirm the formula. This will put brace brackets around your formula like this: {=SUM(IF(A2:A12="brighton",1,0))}. The brace brackets indicate an array formula. This formula calculates that there are 6 accounts held at the Brighton branch, it has added up the value if true value “1” for every occurrence of Brighton in column A.
So how do we consider multiple criteria? Well we need to nest another IF statement inside our current one so that we only up the value if true value “1” if both criteria are true.
Here is the formula: {=SUM(IF(A2:A12="brighton",IF(B2:B12="current",1,0),0))}
|
|
|
|
|
 |
Excel training
offerings |
|
|
|
 |
Application
resources |
|
|
|
|
|