I'm having trouble with a formula to add one day to a date based on a condition. I'm sure it is something terribly simple that I'm just missing right now.
My formula worked previously when I had AND in the formula with two conditions, but when I only have one condition it adds a 1 to the end of the date rather than adding 1 day.
Yes, I have confirmed that the Date Entered, and Date (Adjusted for Night Shift) are both Date columns.
Here is the old formula that worked. But I do not need or want the hour = 6 to be part of the formula anymore.
=IF(AND(RIGHT(Created@row, 2) = "PM", RIGHT(Created@row, 7) = 6), [Date Entered]@row +1, [Date Entered}@row)