I have a table which includes
Column 1: Client Name
Column 2: Project date (Must be last day of month)
The unique ID is a combination of column A and Column B. So, there may be multiple instances of the same client with different project dates.
I want to create a query that looks at the project dates and can tell me, by looking at the month, if the client has project dates that are on-quarter end (3/31, 6/30, 9/30 or 12/31) or not.
In an ideal world, I would have a query which lists all clients (1 row per client) and identifies them as either on-quarter or off-quarter.
Any suggestions for how to go about this?
Column 1: Client Name
Column 2: Project date (Must be last day of month)
The unique ID is a combination of column A and Column B. So, there may be multiple instances of the same client with different project dates.
I want to create a query that looks at the project dates and can tell me, by looking at the month, if the client has project dates that are on-quarter end (3/31, 6/30, 9/30 or 12/31) or not.
In an ideal world, I would have a query which lists all clients (1 row per client) and identifies them as either on-quarter or off-quarter.
Any suggestions for how to go about this?