uswyne
Board Regular
- Joined
- Jul 27, 2017
- Messages
- 78
- Office Version
- 2019
- 2016
- 2013
- 2010
- Platform
- Windows
[TABLE="width: 500"]
<tbody>[TR]
[TD]Status[/TD]
[TD]Date of joining[/TD]
[TD]Date of transfer[/TD]
[TD]Date of resign[/TD]
[TD]formula[/TD]
[/TR]
[TR]
[TD]Active[/TD]
[TD]1/1/18[/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(ISNUMBER([@[Date of Leaving]]),"Resigned","Active")[/TD]
[/TR]
[TR]
[TD]Resigned[/TD]
[TD]1/1/18[/TD]
[TD][/TD]
[TD]1/31/18[/TD]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]=IF(ISNUMBER([@[Date of Leaving]]),"Resigned","Active")[/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]Transfer[/TD]
[TD]1/1/18[/TD]
[TD]1/15/18[/TD]
[TD][/TD]
[TD]Combined formula required [/TD]
[/TR]
</tbody>[/TABLE]
When date of Joining entered the status would be Active and when enter date of withdrawal status would be Resigned. But i could not find the way to manage transfer is same formula.
Kindly help
<tbody>[TR]
[TD]Status[/TD]
[TD]Date of joining[/TD]
[TD]Date of transfer[/TD]
[TD]Date of resign[/TD]
[TD]formula[/TD]
[/TR]
[TR]
[TD]Active[/TD]
[TD]1/1/18[/TD]
[TD][/TD]
[TD][/TD]
[TD]=IF(ISNUMBER([@[Date of Leaving]]),"Resigned","Active")[/TD]
[/TR]
[TR]
[TD]Resigned[/TD]
[TD]1/1/18[/TD]
[TD][/TD]
[TD]1/31/18[/TD]
[TD][TABLE="width: 500"]
<tbody>[TR]
[TD]=IF(ISNUMBER([@[Date of Leaving]]),"Resigned","Active")[/TD]
[/TR]
[TR]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]Transfer[/TD]
[TD]1/1/18[/TD]
[TD]1/15/18[/TD]
[TD][/TD]
[TD]Combined formula required [/TD]
[/TR]
</tbody>[/TABLE]
When date of Joining entered the status would be Active and when enter date of withdrawal status would be Resigned. But i could not find the way to manage transfer is same formula.
Kindly help