How to create two connected counters in blueprint: one to count from 0 to 15 and second to count from 0 to 59

How to create two connected counters in blueprint: one to count from 0 to 15 and second to count from 0 to 59. Note: zero of 1st counter to be equal to 0,1,2,3 of the 2nd counter; one of 1st counter to be equal to 4,5,6,7 and so on.
In C++ I made this task for zero time, but here in blueprint this f…k me in the f…g cycle Smile