I have a data set that is pulled together from different sources, but on one table. I need a formula that will help me evaluate and choose the correct column.
3 Text Columns
- USI
- 4Ever_Code
- Kit_Code
The columns could all have values in them or could all be null. I want to create a final column called Final_Code that follows this logic.
Test:
- If 4EverB is not blank or null then supply that value for the row.
- If 4EverB is blank or null the check Kit_Code if it exists use that value for the row
- If both 4EverB is null or blank and Kit_code is null or blank, then the USI should be chosen for the row.