Google sheets help

Hi Everyone ,
Can someone help me to find the issues please :slight_smile:

The error :slight_smile:

parse the date input first. (befor adding the days)
it’s probably not formated as a valid date.

You can either do a range like this:

Or to test if both dates are on the same day,

You should not be using a Datetime Operator since both date type variables have been converted/formatted into a text (string) type.

Use a Text operator instead.

samliew – request private consultation

Join the unofficial Make Discord server to chat with us!

2 Likes