Quirilianus
SMB User
- Joined
- Aug 1, 2025
- Messages
- 8
- Reaction score
- 4
Current Excel template has problems with the 3 digit dn system
When developing it was tested mostly with 3 digit (dn) phone-system data, and some 4 digit dn. Then there were some complications and in the latest version of the formulas the 4 digit distinction was not included in some of them. Sorry about that...
example of the error:
In Data-Output column -Y- you will find this formula:
=IF($C2<>"";IF(X2<>"0:00:00";IF(AC2<>"";"";IF(0+IF(AT2="line";1;0)+IF(AT2="dn";IF(ISNUMBER(VALUE(AR2));IF(VALUE(AR2)<800;1;0);0);0)>0;IF(VALUE(LEFT(X2;2))>0;VALUE(LEFT(X2;2))*3600;0)+IF(VALUE(LEFT(RIGHT(X2;5);2))>0;VALUE(LEFT(RIGHT(X2;5);2))*60;0)+IF(VALUE(RIGHT('Data-Input'!H2;2))>0;VALUE(RIGHT(X2;2));0);""));"");"")
It says on the beginning of the second line <800 which is the boundary between extension and system. In your case it is 8000. if you change this it changes immediately.
We will proceed to check the other formulas, and keep you posted
When developing it was tested mostly with 3 digit (dn) phone-system data, and some 4 digit dn. Then there were some complications and in the latest version of the formulas the 4 digit distinction was not included in some of them. Sorry about that...
example of the error:
In Data-Output column -Y- you will find this formula:
=IF($C2<>"";IF(X2<>"0:00:00";IF(AC2<>"";"";IF(0+IF(AT2="line";1;0)+IF(AT2="dn";IF(ISNUMBER(VALUE(AR2));IF(VALUE(AR2)<800;1;0);0);0)>0;IF(VALUE(LEFT(X2;2))>0;VALUE(LEFT(X2;2))*3600;0)+IF(VALUE(LEFT(RIGHT(X2;5);2))>0;VALUE(LEFT(RIGHT(X2;5);2))*60;0)+IF(VALUE(RIGHT('Data-Input'!H2;2))>0;VALUE(RIGHT(X2;2));0);""));"");"")
It says on the beginning of the second line <800 which is the boundary between extension and system. In your case it is 8000. if you change this it changes immediately.
We will proceed to check the other formulas, and keep you posted



