I have the following values in Column B:
Column B
$946
$(354)
$2,371
$421
$(217)
$221
$621
$(354)
$(354)
$(167)
I want to display the sum of previous positive values if the number changes from positive to negative and sum of negative values when values start changing from negative to positive.
I am trying to create a result that looks like below:
Column B Column C
$946 $946
$(354) $(354)
$2,371
$421 $2,792
$(217) $(217)
$221
$621 $842
$(354)
$(354)
$(167) $(875)
Is there a way to accomplish this by any formula. Appreciate any help in advance.
Bookmarks