In columns AL and AM a date can be inserted, and in Column AN states "Accepted" or "Rejected"
What I need is a formula that counts the numbers of Accepted, but then refers to the dates in columns AL or AM
(Providing AN is accepted) - If a date is in AM I need it to ignore the date in Column AL and count the number of dates in column AM.
What I need is a formula that counts the numbers of Accepted, but then refers to the dates in columns AL or AM
(Providing AN is accepted) - If a date is in AM I need it to ignore the date in Column AL and count the number of dates in column AM.
(Providing AN is accepted) - If there is a date in column AL but not in column AM, I want it to count the date in that column
So for instance
----AL----|---AM----|----AN----|
12/04/18|-----------|Accepted |...……… (Count 12 April 2018)
</strike>
So for instance
----AL----|---AM----|----AN----|
12/04/18|-----------|Accepted |...……… (Count 12 April 2018)
12/04/18|15/04/18|Accepted |...……… (Count 15 April 2018 only)
12/04/18|------------|----------|...……… (Do not count anything)
12/04/18|15/04/18|----------|...………
<strike>12/04/18|------------|----------|...……… (Do not count anything)
12/04/18|15/04/18|----------|...………
(Do not count anything)
There will never be a date in column AM before the date in column AL
There will never be a date only in AM. If there is a date in AM there will always be a date in AL
There will never be a date in column AM before the date in column AL
There will never be a date only in AM. If there is a date in AM there will always be a date in AL
</strike>