Hi, I was wondering if anyone could help me get a formula for my slice.
When I use this formula it works correctly: [Date] = TODAY() +1
What if I want to show not just tomorrow, but also, yesterday and today?
I tried this but it didnt work: ([Date] = TODAY() +1) and ([Date] = TODAY()) and ([Date] = TODAY() -1)
Thanks!
Solved! Go to Solution.
GOT IT!!!
USED THIS FORMULA!
AND([Date] >= TODAY()-1, [Date] <= TODAY()+1)
GOT IT!!!
USED THIS FORMULA!
AND([Date] >= TODAY()-1, [Date] <= TODAY()+1)
Well done!
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |