Hi All,
I am using below formula for finding negative in my data
Status=IF(AF507<0,"Negative","postive") and it finds correctly but see my data below
if there is reversal like below where one entry has been reversed (same GUI, engagement and Transaction date), i want to show my status column as "blank" or "offset" instead of Negative and postive
how do i modify my above formula to achieve that?
GUI Engagement ID Transaction Date Hours Status
16001294 E-65622690 4-Oct-20 -5 Negative
16001294 E-65622690 4-Oct-20 5 postive
16001294 E-65622690 5-Oct-20 -5 Negative
16001294 E-65622690 5-Oct-20 5 postive
16001294 E-41069102 6-Oct-20 5 postive
16001294 E-65622690 6-Oct-20 -5 Negative
Bookmarks