Forum Discussion

Master_of_non's avatar
Master_of_non
Copper Contributor
Nov 26, 2019
Solved

NETWORKDAYS only for rows with a specifik name in field

Hi all,   Im a newbee and need help with a formula.   Im trying to count the networkdays in a list but I only want it to work on the rows with the status bug in column A. Ive tryed some SUMIFS wi...
  • SergeiBaklan's avatar
    Nov 26, 2019

    Master_of_non 

    As variant

    =IF( (A794="bug")*P794*AE794; NETWORKDAYS(P794;AE794); "")