I'm working on a sheet where I need to count if the PEP was received.
There are special circumstances where it may be sent back for corrections then resubmitted.
I want to count when we receive it but then subtract it back out if it is sent back but then add it if it is received back again. I've tried several COUNTIF functions where I then subtract and later add if applicable but I can't seem to get the numbers to work out. Here is what I tried that is not working:
=COUNTIF([PEP Not Received]:[PEP Not Received], >0,-[sent back]+[received back])