Hi,
I have a column level formula and the oddest thing is happening. My cell value keeps changing to a swapping date when the actual cell containing the date has not changed (cell history checked). I'm hunching that a user is using different timezone date format which is why the dates flip between MM/DD and DD/MM and back and forth. Below is my formula.
Column Formula: ="Cancelled Sale: " + [Village ID]@row + CHAR(10) + "Villa: " + [Villa Code]@row + CHAR(10) + "Sale Type: " + [New or Resale]@row + CHAR(10) + "Surname: " + [Purchase SurnameName 1]@row + CHAR(10) + "Salesperson: " + Salesperson@row + CHAR(10) + "Date of Original Sale: " + [Original Date of Sale]@row