A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
When I type that into the cell, the cell indicates no value, it just goes blank. Here's what I typed:
=IF(DAY(J133)=1,"",NETWORKDAYS(J133,EOMONTH(J133,0)))
J133 contained the date.
Since I don't completely understand the formula, I'm not sure but it seems like this may still only function as a one or the other calculation, It will either calculate from a specified date, or from the beginning or the month, but not both. I'm looking for a formula to do both, but only return the value for the lesser of the two calculations.