To preface, I have already tried the Ctrl+U and Command+Enter as detailed here: Excel formulas giving #VALUE! error when ported to Mac
Problem: Data ported from SAS stacks the two needed values into one cell. So I am using a step process to automatically split the cell and then concatenate based on desired values.
Here is the formula that works in PC, but showing a Value Error when trying to work with the spreadsheet in Mac Excel.
=LEFT('Data Input'!B7,FIND(CHAR(10),'Data Input'!B7)-1)
=RIGHT('Data Input'!B7,FIND(CHAR(10),'Data Input'!B7)-1)