I am calculating TAT using NETWORKDAYS, but it excludes all Saturdays and Sundays. I need it to exclude only the 2nd and 4th Saturdays, along with all Sundays. How can I achieve this?
Here is the existing formula
=IFERROR(ABS(NETWORKDAYS([Site Visit Start Date]@row, [Drawings Sent to Designer Date]@row)), "")