Quote Originally Posted by saban
It would be easier if I had separate sheets for each translator, so I would not bother with rows
You can refer to cell on other worksheets as well in your formula. For example:

=(NETWORKDAYS(E1,F1,0)+NETWORKDAYS(Sheet2!E1,Sheet2!F3,0)) *6

Rembo