![]() |
#1
|
|||
|
|||
![]()
I am trying to use countifs for the following:
Count how many times a single letter “T” (column 1) occurs within the date range from 1/1/14 to 1/31/14 (column 2) it works fine until here. However I have errors when I try to incorporate the following: Not able to count occurrences of the column 3 that has part of a word (*karu) and blank cells within the same column. Also add one if the last column has a number or do not count if is blank. =COUNTIFS('sheet1'!$F:$F,"T",sheet1'!$E:$E,"TP",sh eet1'!$L:$L,"*KARU",sheet1'!$A:$A,">=1/1/14",sheet1'!$A:$A,"<=1/31/14")+COUNTIFS(sheet1'!$F:$F,"T",sheet1'!$E:$E,"TP" ,sheet1'!$L:$L,"",sheet1'!$P:$P,"<>3",sheet1'!$A:$ A,">=1/1/14",sheet1'!$A:$A,"<=1/31/14") I think the problem start after the plus sign, but not sure how to concatenate another formula to do the task. I appreciate if someone help me with this. |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Join cells together separated by ; when some are blank | leemoreau | Excel | 3 | 11-03-2013 11:22 AM |
![]() |
mag | Excel | 1 | 10-26-2012 10:59 AM |
![]() |
apolloman | Excel | 6 | 08-24-2011 05:38 AM |
![]() |
bundy5150 | Excel | 4 | 02-22-2011 10:00 AM |
Using both drop down lists and blank cells for text | voltarei | Word | 0 | 03-18-2010 04:16 AM |