Formula for business days?

Hi all! Quick question, we need a column that has a formula to find the difference between two columns of dates, but only counting business days. Is there a way to do this? Thanks!
Answers
-
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
-
@bisaacs oh it does thanks! Question, is there a way so it shows blank instead of INVALID DATA TYPE when those columns (for the formula) are empty?
-
Hey @laura.sandoval,
You can use IFERROR for that. It'd look something like this:
=IFERROR(NETWORKDAY(5/5/24, 5/10/24), "")
Hope this helps!
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
Help Article Resources
Categories
Check out the Formula Handbook template!