Hi @CobusSmit,
this looks like a great way to test out the new Column Expressions node, just create an expression with the following code, (before the cell splitter):
column("NR OF HOURS") / column("CALL REF NR").split(",").length;
That will return the average number time spent on the call, no need for a math node.
best,
Gabriel