Calculating hours worked with an hourly rate

G

Graham

I would like to calculate eg 40:30 at an hourly rate of £6.

Could someone please advise
 
F

Frank Kabel

Hi
if this value is in A1 use
=A1*24*6
and format the resulting value as 'Number/Currency)
 
Top