ColdplayCoaster
New Member
- Joined
- Mar 5, 2011
- Messages
- 31
Greetings again,
What I am trying to accomplish is count one of two cells (H5 or K5) as 1 if either of those cells are less than a certain date (5/13) only if C5 has a value in it.
I know that's a lot going on in 1 particular thought, but I was pretty confident I could do it via COUNTIF but I have run into some hiccups. Anyone have a great idea out there?
Excel 2007
What I am trying to accomplish is count one of two cells (H5 or K5) as 1 if either of those cells are less than a certain date (5/13) only if C5 has a value in it.
I know that's a lot going on in 1 particular thought, but I was pretty confident I could do it via COUNTIF but I have run into some hiccups. Anyone have a great idea out there?
Excel Workbook | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
C | D | E | F | G | H | I | J | K | L | M | |||
3 | 1 | 0 | 10 | 2 | |||||||||
4 | CONFIRM | BACK. CHECK | SCHOOL | APPROVED TIME OFF | WKNDS BEFORE | FULL TIME DATES | |||||||
5 | X | Tue. @ 11:30; Thu. until 6/17; 9/1 | 5/9 | - | 6/15 | 6/17 | - | 9/5 | |||||
6 | X | Ferris State University | 5/27-5/29; 7/7-7/8 | - | 5/9 | - | 8/24 | ||||||
7 | X | X | - | 5/9 | - | 10/30 | |||||||
8 | X | X | Kent State University | 5/10; 5/12; 5/17; 5/19 | - | 5/10 | - | 8/24 | |||||
9 | X | Michigan State University | - | 5/10 | - | 8/27 | |||||||
10 | X | X | Ferris State University | - | 5/10 | - | 8/24 | ||||||
11 | X | X | Lansing Community College | - | 5/17 | - | 8/19 | ||||||
12 | X | Ohio State University | - | 6/13 | - | 9/11 | |||||||
13 | X | X | Ohio University | 7/5 | - | 6/14 | - | 9/2 | |||||
14 | 7/2-7/5 | - | 5/9 | - | 7/22 | ||||||||
15 | Kent State University | - | 5/10 | - | 8/24 | ||||||||
16 | X | 6/25-7/4 | - | 5/9 | - | 10/30 | |||||||
17 | X | University of Akron | - | 5/9 | - | 8/18 | |||||||
18 | X | Heidelberg University | - | 5/16 | - | 8/25 | |||||||
19 | St. Clair Community College | 7/1-7/3 | - | 5/10 | - | 8/18 | |||||||
4066 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
H3 | =COUNTIF(H5:H39,"<=5/13") | |
J3 | =COUNTIF(J5:J39,"<=5/14") | |
K3 | =COUNTIF(K5:K39,"<=5/13") | |
M3 | =COUNTIF(M5:M39,">=10/30") |