I have created a Table in google sheets with a formula:
When I download the sheet as a .xlsx file, the formula changes to:
Excel is not able to recognize the @ symbol and shows a #NAME error for the cell.
How to prevent the change in formula?
Excel Formula:
=IF($D4=0, $E4 & "-" & INDEX( $D4:$H$5005, IFNA(MATCH(0,$D5:$D$5005,0),MATCH(TRUE,$D5:$D$5005="",0)), 2),"").
When I download the sheet as a .xlsx file, the formula changes to:
Excel Formula:
=IF($D4=0, $E4 & "-" &@ INDEX( $D4:$H$5005,@ IFNA(MATCH(0,$D5:$D$5005,0),MATCH(TRUE,@$D5:$D$5005="",0)), 2),"").
Excel is not able to recognize the @ symbol and shows a #NAME error for the cell.
How to prevent the change in formula?