My Output:
A B C D E F
773 26 429 150000 500000 800000
773 26 117 150000 500000 800000
808 26 26 150000 500000 800000
809 26 26 150000 500000 800000
Need Output like below:
A B C D E F
773 26 429 150000
773 26 117 150000
808 26 26 500000
809 26 26 800000
I need column D E & F as shown above.Based on A Column Amount in D,E,F Should be displayed. How to acheieve this?
Thanks in Advance.