Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

How to show day of next week. like 'next Monday'

Topic Labels: Formulas
1411 3
cancel
Showing results for 
Search instead for 
Did you mean: 
xiongfeiwaiyin_
6 - Interface Innovator
6 - Interface Innovator

Hi ..

 

Hi. 
How can I show 'next week day' .

 I know.  DATETIME_FORMAT(Date, 'dddd'). but anyway I can how 'next Monday' ?

WeChatc806b1aa128543a45111a1f70e38fba6.jpg

3 Replies 3

Hmm, looks like you could just do `"next" & DATETIME_FORMAT()`?

Sho
11 - Venus
11 - Venus

Not the day of the week, but the date of next week?
If so, you can get it with DATEADD({date},1, "weeks") to get the date.

xiongfeiwaiyin__0-1692335767525.png

This method also does not solve the problem