Hi All,
I have some data as the following:
<tbody>
P
R
T
V
X
Salary
Rise (1)
Rise (1) Date
Rise (2)
Rise (2) Date
90
10
20
March 17, 2018
30
March 19, 2018
</tbody>
What I want is when X90 is > T90 then V90 should be the TRUE value and R90 should be the FALSE value, and when T90...