Dear All,

I need to update a column based on the othet columns.

Ex: A B C D E
1 3 4 4 7

Here I need to update column D to E. If D<E(4<7 ) then D should become 7.
I tried but its giving circular reference problem.

Thanks in advance.