Hello Folks,
Can anyone support me to solve below case? i believe we can achieve the result using formula tool but am not sure about the correct conditions to use.
1.Introduce four new columns with name "Before, Before date, After, After date, Check"
Important note - below formula's should be applied only in the cells (C column) with less than zero value, considering all positive and negative values in above and below cells respective to that formulated cell. B column is in date ascending - not suppose to change the order.
Formula used in excel
Before: =IF(A2=A1,C1,"NEW")
Before Date: =C2+D2
After: =IF(A2=A3,C3,"DB")
After Date: =C2+F2