Hi all,
I'm trying to figure out how to remove certain values in cells when a result is obtained. Eg. if "yes" then values are removed from a couple of cells.
In this case, if "Right_Run++" does not equal "Run++", then the following cells highlighted in red should have their values removed
| Run_Description | Batch_Name | Schedule | Region | Category | Run Today? | User | Submitted Time | Completed Time | Progress | Valuation Date | Right_Run++ | Deleted Run | Run++ | Count | Check Run |
| LondonClose_LDB_1F | IBMO_FX_LDN_Amends | Daily | Singapore | FX Amends | Yes | SYSRNABORPDN1 | 8/31/2023 17:05 | 8/31/2023 17:29 | FinishedSuccess | 8/31/2023 | BoogieWoogie | No | Chunkymonkey | 1 | Yes |
Ideally, final result should look like this;
| Run_Description | Batch_Name | Schedule | Region | Category | Run Today? | User | Submitted Time | Completed Time | Progress | Valuation Date | Right_Run++ | Deleted Run | Run++ | Count | Check Run |
| LondonClose_LDB_1F | IBMO_FX_LDN_Amends | Daily | Singapore | FX Amends | Yes | | | | | | BoogieWoogie | No | Chunkymonkey | 1 | Yes |