Forum Discussion

Laocsulak's avatar
Laocsulak
Helper I
3 years ago
Solved

Matrix that count range between different column dates

Hello,

 

I have the following problem, I have a table with transactions that can have 3 possible status: transaction created, due, or completed

 

A column indicates the date on which the transaction reached each status:

The “Created” column shows when the transaction was created.

The “Due” column shows when the transaction expired.

The “Completed” column shows when the transaction was paid.

 

I need to create a matrix showing the number of transactions in each status on each day.

 

I upload a dummy example with just 2 transactions to better explain the goal.

 

So if I look at the status of the transactions between 8/2/2023 and 15/2/2023, the result should be the following:

 

 

Excel with the Example:

https://drive.google.com/drive/folders/1mL9LyjYij61H1QV3sWnhjZm635PoaQsz?usp=share_link

 

Thank you in advance!