beginvbaanalyst
Board Regular
- Joined
- Jan 28, 2020
- Messages
- 141
- Office Version
- 365
- Platform
- Windows
Hi Everyone,
I'm trying to figure out a formula to show if a request was rejected or approved.
We make trackers twice a day and the only way to notice if a request is rejected, is if it shows up twice but with a different date.
Providing example
Currently my if statement is the following:
=IF(COUNTIF(B:B,[@Formindex])>1,"Rejected","Approved")
I have 33 of these specific examples in my set of data; currently trying to build a dashboard but it's showing it was rejected twice which it isn't the case, maybe there is a way to show 10/10/2020 as rejected, and then 10/17/2020 as resubmitted?
That's a much better representation of what is actually happening with this data.
I don't thinking grouping them twice is a accurate representation.
Please help.
Thank you.
I'm trying to figure out a formula to show if a request was rejected or approved.
We make trackers twice a day and the only way to notice if a request is rejected, is if it shows up twice but with a different date.
Providing example
135969 | HIERARCHY | HIERARCHY | ARTICLE_CHANGE | 11/10/2020 | Regular | Rejected |
135969 | ARTICLE_CHANGE | ARTICLE_CHANGE | 11/17/2020 | Regular | Rejected |
Currently my if statement is the following:
=IF(COUNTIF(B:B,[@Formindex])>1,"Rejected","Approved")
I have 33 of these specific examples in my set of data; currently trying to build a dashboard but it's showing it was rejected twice which it isn't the case, maybe there is a way to show 10/10/2020 as rejected, and then 10/17/2020 as resubmitted?
That's a much better representation of what is actually happening with this data.
I don't thinking grouping them twice is a accurate representation.
Please help.
Thank you.