Hi there,
I'm experiencing a strange situation with a simple formula. Here's what i'm using:

If I set it to next Friday, the result is correct: 5


Hi there,
I'm experiencing a strange situation with a simple formula. Here's what i'm using:
Hi, you could try using this formula
Hi, you could try using this formula
Hi Rodolfo, thanks for your reply,
Unfortunately, that didn't do the job. The error i'm getting is not that i get a positive number that should be negative. The thing is, calculating workdays between today (Friday) and yesterday, i'm getting 3, instead of 1.
Thanks!
Hi Rodolfo, thanks for your reply,
Unfortunately, that didn't do the job. The error i'm getting is not that i get a positive number that should be negative. The thing is, calculating workdays between today (Friday) and yesterday, i'm getting 3, instead of 1.
Thanks!
Are you using this formula in your formula field?
If I use this formula with my Date field I get this
Try like this
รน
You have a hidden "calculation field with this formula
And then this formula in the Working days field
Hi there!
It's working! Thanks! I don't know how i set it up before, but now it seems to be working perfectly!
Thanks a lot!
Hi there,
This formula doesn't seem to be working when trying to get the number of working days from today to yesterday. It works apparently well in other cases.
Being today 20/04/2023, I get -3 instead of -1:
Here's the formula, just in case:
IF( DATETIME_DIFF({Fecha Experiencia}, TODAY(), 'days') >= 0, WORKDAY_DIFF(TODAY(), {Fecha Experiencia})-1, (WORKDAY_DIFF({Fecha Experiencia}, TODAY())-1)*-1)
Any clue on why is this happening? Thanks in advance,
Javier
mmm you should follow the instructions above
You have a hidden "calculation field with this formula
mmm you should follow the instructions above
You have a hidden "calculation field with this formula
Thanks! It worked!!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.