The first criteria applies a surcharge only to products in 2019, for all product lines except any Product that is “KIC”, product code could look like KIC 1005.
Need to action both criteria’s if true? Any idea would be appreciated.
Contain KIC =
IFERROR( --Need to wrap in IFERROR or wont work
SEARCH("KIC", VALUES('Table'[Sku]))
,"Not KIC" --probably want blank() here, but showing how it it work
)