Forum Discussion

mathetes's avatar
mathetes
Gold Contributor
Nov 26, 2019

Re: NETWORKDAYS only for rows with a specifik name in field

Master_of_non 

 

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