Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How can i count the total of cells if they match a certain criteria?
Eg A B 1 T1 MON So i can total all the number of times this occurs in the rows? Many Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Neil,
If you are trying to count how many times Monday appears in a list for example, use 'countif'. If you follow the formula bar or =countif(A1:A45,b1) A1 : A45 are the rows you are counting if Monday appears B1 has 'Monday' in it Hope this helps Amanda "Neil" wrote: How can i count the total of cells if they match a certain criteria? Eg A B 1 T1 MON So i can total all the number of times this occurs in the rows? Many Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm assuming you're trying to match two criteria. For this you'll need to
use SUMPRODUCT. Your column ranges can't be refereced as "A:A". You must specify a row range. (ex. - A1:A10.) =SUMPRODUCT(--(A1:A10="T1"),--(B1:B10="MON")) HTH, Paul "Neil" wrote in message ... How can i count the total of cells if they match a certain criteria? Eg A B 1 T1 MON So i can total all the number of times this occurs in the rows? Many Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
The total of a couple cells and only include one of the cells if | Excel Discussion (Misc queries) | |||
Grand total time between two total cells | Excel Discussion (Misc queries) | |||
In several cells I have =?+423.55 I want total w/o the 423.55. | Excel Worksheet Functions | |||
SUMIF - Can I total the value of cells if three other cells = set | Excel Worksheet Functions | |||
add 2 cells w/ 2 dec each, total=whole # except if answers is 2.9. | Excel Discussion (Misc queries) |