Forum Discussion
FILIPKACZMAR
Advocate I
3 years agoCounting days help me pls
Hello, I need some help. I wrote the code: counting without weekends = VAR First = 'SQA list 2022'[End of Inspection] VAR Last = 'SQA list 2022'[Delivered Report] VAR First1 = IF ( First...
johnt75
Super User
3 years agoTry
Working days = NETWORKDAYS('SQA list 2022'[End of Inspection] + 1, 'SQA list 2022'[Delivered Report]) FILIPKACZMAR
Advocate I
3 years agonot working 😞
- johnt753 years ago
Super User
you'll need to more specific. is it giving an error, what result is it giving ?