I have a mapped column that displays a Contact based on what's inputted in another cell. E.g. Slim J = Slim Julian.
Here's the formula: =INDEX({PD - NetSuite Name Mapping USE Range 1}, MATCH([PDS Selected]@row, {Formstack Name}, 0))
However, if the cell is blank, it just assigns the first Contact alphabetically, even though there's nothing to match to.
Is there a way to add to the formula above so it just keeps the mapped Contact blank if the input cell is blank?