Hi ,
I have excel file which has 2 columns ( Date and value). Date column contains date from 01/01/2021 till today. each date has one corresponding value.
Now I need to find the exact growth value for each month. i.e.. for Jan 2021 I need to find month end value - monthstart value( 01/31/2021 value - 01/01/2021 value). likewise for each month.
-->certain month start value or month end value might be null. so I need to ignore that as well. For example , 04/01/2021 has null value means , I need to consider 04/02/2022. likewise for month end as well
Any way to achieve this please