Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hey guys!
First post, hope I'm posting this in the correct location.
Today = CALENDAR (DATE(YEAR((TODAY())),MONTH((TODAY())),DAY(TODAY())),DATE(YEAR((TODAY())),MONTH((TODAY())),DAY(TODAY())))
Yesterday = CALENDAR (DATE(YEAR((TODAY())),MONTH((TODAY())),DAY(TODAY())-1),DATE(YEAR((TODAY())),MONTH((TODAY())),DAY(TODAY())-1))
Last 3 Days = CALENDAR (DATE(YEAR((TODAY())),MONTH((TODAY())),DAY(TODAY())-4),DATE(YEAR((TODAY())),MONTH((TODAY())),DAY(TODAY())-1))
This is what I'm using which seems to work fine, except it seems to get weird when it's around the 1st.
I've tried so many different ways to get this working and this method was the only thing I managed to get working.
Thanks!
Solved! Go to Solution.
Hi @hathakas ,
You can use the following :
Last 3 Days = CALENDAR(TODAY()-2,TODAY())
Today = CALENDAR(TODAY(),TODAY())
Yesterday = CALENDAR(TODAY()-1,TODAY())
Please accept this as a solution if your question has been answered !!
Appreciate a Kudos 😀
Hi @hathakas ,
You can use the following :
Last 3 Days = CALENDAR(TODAY()-2,TODAY())
Today = CALENDAR(TODAY(),TODAY())
Yesterday = CALENDAR(TODAY()-1,TODAY())
Please accept this as a solution if your question has been answered !!
Appreciate a Kudos 😀
Thank you!! Exactly what I've been looking for.
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
10 | |
7 |