I have an order sheet that automatically calculates the labour days based on hardware installed
so if I have 1 we can do in a ¼ day and therefore I have an order line for ¼ day and a formular =IF(D172=1, 1,0)
if more than 1 we charge ½ day and the forular on ½ day is =IF(D172 >=2, 1,0)
However I really need now
if 1 =¼ 2-4=½ 5-8 = 1 9-12 = 1.5 ect
so for every time the count goes past 4 it increases by 1
so if I have 1 we can do in a ¼ day and therefore I have an order line for ¼ day and a formular =IF(D172=1, 1,0)
if more than 1 we charge ½ day and the forular on ½ day is =IF(D172 >=2, 1,0)
However I really need now
if 1 =¼ 2-4=½ 5-8 = 1 9-12 = 1.5 ect
so for every time the count goes past 4 it increases by 1