Forum Discussion
mathetes
Nov 26, 2019Gold Contributor
Re: NETWORKDAYS only for rows with a specifik name in field
Try this, the changes highlighted in underlined bold (and if it doesn't work, could you upload a sample file rather than just an image). I'm just assuming your "NETWORKDAYS" function works already; didn't test it.
=IF(OR(P794="";AE794="");"";IF(A769="bug",NETWORKDAYS(P794;AE794),""))
No RepliesBe the first to reply