The first formula

=IF(B7="na",0,((C7-B7)*24))

I need to add

=IF(C7-B7)*24>6,-0.5

to get something like this

=IF(B7="na",0, ((C7-B7)*24))>6 -.5 otherwise (C7-B7)*24))