Hi Yitzhack ,
Let me try and understand :
1. You say that the Roster tab can have either "Active" or "Term" in column C ; as long as it is "Active" , information for that employee will appear in the Active tab ; as and when you change the data in column C from "Active" to "Term" in a cell , the corresponding information for that employee will no longer appear in the Active tab ; instead it will now appear in the Term tab. Is this correct ?
If it is , then if you have information for one employee , some of which should appear in the Active tab , and some of which should appear in the Other tab , the following formula :
=IF(COUNTIF(Roster!$C:$C,"Active")>=ROWS($A$1:B1),INDEX(Roster!A:A,LARGE((Roster!$C$1:$C$999="Active")*ROW(Roster!$C$1:$C$999),COUNTIF(Roster!$C:$C,"Active")-(ROWS($A$1:B1)-1))),"")
needs to be changed only in the portion which is highlighted.
Instead of column A , if you put column E , then the information from column E in the Roster tab will appear.
Narayan