Dear All,
I am stuck at this formula, appreciate if you can help me please.
The data is like below, i have 3 columns and column A is prepopulate. I need to populate column R and B and they are interrelated.
we will have one row data populated like here data with 40 and 444 but following rows need to be populated with the logic
like for row with A= 126, R = 3000-40 and B with a logic and so on
| A | R | B |
| 40 | 30000 | 40 |
| 126 | 3000-40 | if [A]>[R] then [R] else [A] endif |
| 444 | | |
| 5555 | | |
| 6666 | | |
| 444 | 50000 | if [A]>[R] then [R] else [A] endif |
| 555 | 50000-444 | |
| 666 | | |
Thank you so much in advance