Hi All
I have this formula currently and need to have it Identify blanks vendor cells (our data comes in with Vendors identified as ALL Caps and other - employee spend as lower case) but we also have blanks and what them identified as Vendor.
Can someone assist me with this? I tried the isempty formula but keep getting errors
IF Regex_Match([VENDOR_NAME], Uppercase([VENDOR_NAME]), 0)
THEN 'Vendor'
ELSE 'Other'
endif