Hi,
I have an assignment please refer the below sample and suggest a solution.
| Total Fee | Fee 1 | Fee 2 | Fee 3 |
| 0 or Null | 12231 | 32131 | 13213 |
| 221321 | Null | Null | Null |
| 213521 | 12121 | Null | 21431 |
Condition to check:
if [Total Fee] is blank or 0 then [Fee 1], [Fee 2], [Fee 3] should be populated and if [Total Fee] = some amount then all the remaining files can be left blank.
Please suggest a solution for the same