Hi all. I’m running into an issue that I can’t seem to resolve, even after a lot of testing. Hoping someone here might be able to help.
Basically, any formula I use that involves a date function, like ISDATE() or TODAY(), is returning #INVALID COLUMN VALUE — even in completely new, empty sheets.
Here’s what I’ve tested so far:
- Created a new sheet with a column set to Date type
- Used the calendar picker to select a valid date (not typed or pasted)
- Created a second column set to Text/Number
- Entered this formula in the second column:
=ISDATE([Launch date MMDDYY]@row ) - Still getting #INVALID COLUMN VALUE
- Also tried basic =TODAY() and got the same error
- Non-date formulas like =1 + 1 work completely fine
- Tested across Chrome and Firefox — same issue
- Also tried creating an entirely new Date column just called “Clean Date” — still no luck
It seems like any function that references or returns a date is failing, even in the simplest setups. I don’t believe it’s related to the 100,000 cell reference limit since these are standalone sheets with just a few rows.
Is anyone else experiencing this? Could it be a locale issue, account-level setting, or something I’ve overlooked?
Really appreciate any guidance!