Hello, I want to calculate aging in days as difference between a manual date inserted by me and dates coming from excel file attached.
The logic of date retrieved by excel is the following: for each row I need to consider starting from column BO (ACTION TYPE [PERFORMED BY]) the first field with Submitted word inside it (for example if BO is empty I need to go to BM, if BM is empty I need to go to BK etc..) until the first column ACTION TYPE [PERFORMED BY] filled with Submitted word and the that the date in the left column ACTION DATE.
So AGING = CUSTOM DATE - ACTION DATE
Thanks for support
Giovanni