Hey all,
I’m attempting to create a formula that will automatically create SKUs from several different columns, but I’m running into a few issues.
Below is the formula I have so far:
SWITCH(
{Brand Code},
"Kala","KA",
"UBASS","UB",
"Makala","MK",...
Thanks for the assistance on this guys, I actually got pretty close to this yesterday, I was just missing the “!”. The rest of the formula should be a breeze!