Hi
Is there an easy way to apply a set of rules managed in Excel to a dataset so I don't have to write endless if then else statements?
So using the below table, if any of the values match the input columns, the value in the output column is written.
Thanks very much!
| Input | Input | Input | Input | Output | Output |
| Product_Type | ext_sdi_status | SDI_Type | Settled_User | Settlement STP/Manual | Source User |
| InterestBearing | Default | PREFERRED | Null | STP | N/A |
| InterestBearing | Xfer Assigned | PREFERRED | Not Null | Medium | [Settled_User] |
| InterestBearing | Xfer Assigned | "NON-PREFERRED" | | Medium | [Setled_User] |
| InterestBearing | Manual | MANUAL | | High | Setled_User] |
| CASH | Xfer Assigned | PREFERRED | | Medium | Setled_User] |
| and so on for 60 odd rules | | | | | |