Hi,
Here i need to write 3rd column based on 1st column and 2nd coulmn
for gst3 value should be lesser than 2 then write as success in new 3rd coulmn,for others type it should be greater than 4 then it should be success.
2 gst3
3 gst2
3 gst1
4 gst3
3 gst2
output
2 gst3 sucess
3 gst2 sucess
3 gst1 sucess
4 gst3 failure
3 gst2 sucess