rmrossetti
New Member
- Joined
- Jan 11, 2016
- Messages
- 30
Hello! Trying to build a formula that counts an employee as 1 if they are active and had a start date prior to the month in cell E3, F3, G3 and so on. If they are termed, than I would like to pull a 0 in subsequent periods, but keep the 1 where there were active. For instance, on john doe, I would like to show them as 1 in January, 1 in February, but 0 in March. This is what I entered, but something isn't clicking for me. =IF(AND($C5="",$B5<F$3),1,0), the problem is this will also result in 0 for January since it's true, false. Thank you!
EDIT:
Sorry, quick note, I would like to show them as 0 in March, but count them in Jan and Feb, since the term sate was end of the month in Feb.
EDIT:
Sorry, quick note, I would like to show them as 0 in March, but count them in Jan and Feb, since the term sate was end of the month in Feb.
Last edited by a moderator: