Nov 03 2023 01:41 AM
I have a table where I calculate day, month and year values in other columns based on the entered date values.
I use this spreadsheet on my Mac and iPhone.
When I go back to using the document on a Mac or iPhone, the formula breaks and throws an error every time I add a new line.
Excel adds "@" at the beginning of formula than somehow translate the rest of the formula to English.
=GÜN([@[Booked On]]) turns to =@DAY([@[Booked On]])
=AY([@[Booked On]]) turns to =@MONTH([@[Booked On]])
=YIL([@[Booked On]]) turns to =@YEAR([@[Booked On]])
When I enter a date in [Booked On] Column, system returns "Invalid cell reference error"
When I copy and paste the formula from above row it returns the value I'm looking for but marks all the column with green label and returns "Calculated column formula is inconsistent" error.
Locale settings are the same in both devices.
DAY(serial_number) MONTH(serial_number), YEAR(serial_number) formulas in Turkish are
GÜN(seri_no), AY(seri_no) and YIL(seri_no)
Nov 11 2023 12:35 AM
It seems that Excel might be trying to change the formulas to a different language based on the operating system or regional settings. If you are sure your settings are consistent across devices, here is an approach that might resolve the issue:
If the problem persists despite these checks, it might be worthwhile to reach out to Microsoft Support or Excel support forums to address the issue. They might have specific troubleshooting steps or insights based on the behavior of the formulas.
NOTE: My knowledge of this topic is limited, but since no one has answered it for at least one day or more, I entered your question in various AI. The text and the steps are the result of various AI's put together. Maybe it will help you further in your project, if not please just ignore it.
My answers are voluntary and without guarantee!
Hope this will help you.
Was the answer useful? Mark as best response and Like it!
This will help all forum participants.