Leehartnell
New Member
- Joined
- Nov 22, 2017
- Messages
- 7
Good Afternoon All,
First time poster, long time lurker! Great forums helped me out many times! Hopefully someone can help with this quesitons?
I have created an action tracker in Excel and I've used a formula to indicate if actions have past their target completion date.
The formula i have used is:
=IF(ISBLANK(G3), IF(G3<TODAY(),1,0))
So if the date hasnt been passed the result cell will display 0 and if it has been passed it will display 1. As i have multiple actions i can then total this to indicate the total number of actions past their completion date. This works well for me and also links into other worksheets.
The issue I have is that if the action has been completed it will still show as past the completion date (once the date has passed obviously). Is there anyway of adding another IF statement to say that if another cell in that worksheet = 'Complete' then a zero will be displayed?
Thanks in advance!
Lee
First time poster, long time lurker! Great forums helped me out many times! Hopefully someone can help with this quesitons?
I have created an action tracker in Excel and I've used a formula to indicate if actions have past their target completion date.
The formula i have used is:
=IF(ISBLANK(G3), IF(G3<TODAY(),1,0))
So if the date hasnt been passed the result cell will display 0 and if it has been passed it will display 1. As i have multiple actions i can then total this to indicate the total number of actions past their completion date. This works well for me and also links into other worksheets.
The issue I have is that if the action has been completed it will still show as past the completion date (once the date has passed obviously). Is there anyway of adding another IF statement to say that if another cell in that worksheet = 'Complete' then a zero will be displayed?
Thanks in advance!
Lee