Forum Discussion
Kristie_Ullett
Jan 20, 2023Copper Contributor
Using if statement with Networkdays
I'm trying to write a formula where if one of my columns states 'Won' then an another column it will work out the number of working days between to dates. Can someone help me please?
OliverScheurich
Jan 20, 2023Gold Contributor
=IF(COUNTIF(A2:C2,"Won")=1,NETWORKDAYS(D2,E2),"")You can try this formula for the data layout of the example.