Forum Discussion
Bobby_Notlok
Jul 31, 2023Copper Contributor
Sorting a table works in Excel but displays error on iPhone
Hello,
I have a spreadsheet with a sort formula to place in descending order about 9 rows and two columns.
It works perfectly in my Mac but displays a #¿NAME? error when I try to open it in my iPhone.
The formula that shows in the cell in the iPhone is =ARRAY_CONSTRAIN(ARRAYFORMULA(_xlws.SORTBY(BI16:BJ14,BJ6:BJ14,-1)), 9, 2)
The formula in the computer is =SORTBY(B16:BJ14;BJ6:BJ14;-1)
- Detlef_LewinSilver ContributorIt seems you are opening the file with Goggle Sheets and SORTBY() is not a valid function in Google Sheets.
- Bobby_NotlokCopper Contributor