Formulas Para Tabla de Horas

JAGTOO

New Member
Joined
Oct 9, 2017
Messages
2
Buenas tardes tengo esta tabla:


HIJK
DiaH EntradaH SalidaFormula Para HE 25%HE 25%Formula Para HE 50%HE 50%
1817=SI(I3>=19.1,"3",(I3-H3-9))0=(I3-H3-9-J3)0
2819=SI(I3>=19.1,"3",(I3-H3-9))2=(I3-H3-9-J3)0
3821=SI(I3>=19.1,"3",(I3-H3-9))2=(I3-H3-9-J3)2
4816=SI(I3>=19.1,"3",(I3-H3-9))-1=(I3-H3-9-J3)0
5818.5=SI(I3>=19.1,"3",(I3-H3-9))1.5=(I3-H3-9-J3)0
Total HE 25%5.5Total HE 50%2

<tbody>
</tbody>


Me trabajaba bien porque no trabajaba con horas ni minutos pero ahora quieren que los calculos se hagan distintos y no se como hacerlo la tabla seria algo asi:

HIJK
DiaH EntradaH SalidaFormula Para HE 25%HE 25%Formula Para HE 50%HE 50%
18:0017:0000
28:0019:0020
38:0021:0022
48:0016:00-10
58:0018:301:300
68:1517:00-0:150
78:4017:00-0:400
88:0022:2023:20
Total HE 25%7:30Total HE 50%5:20
Total H Deducir1:55

<tbody>
</tbody>

Agradecere mucho si alguien me puede colaborar para resolver esto.

Gracias de antemano
Formula Para HE 25%

<tbody>
</tbody>
 
Last edited by a moderator:

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Creo que esto deberia de funcionar


Excel 2012
HIJK
1EntradaSalidaHE 25%HE 50%
28:0017:000.000
38:0019:002.000
48:0021:0031
58:0016:00-1.000
68:0018:301.500
78:1517:00-0.250
88:4017:00-0.670
98:0022:2032.33333333
Hoja1
Cell Formulas
RangeFormula
J2=IF((I2*24)>=19.1,"3",((I2*24)-(H2*24)-9))
J3=IF((I3*24)>=19.1,"3",((I3*24)-(H3*24)-9))
J4=IF((I4*24)>=19.1,"3",((I4*24)-(H4*24)-9))
J5=IF((I5*24)>=19.1,"3",((I5*24)-(H5*24)-9))
J6=IF((I6*24)>=19.1,"3",((I6*24)-(H6*24)-9))
J7=IF((I7*24)>=19.1,"3",((I7*24)-(H7*24)-9))
J8=IF((I8*24)>=19.1,"3",((I8*24)-(H8*24)-9))
J9=IF((I9*24)>=19.1,"3",((I9*24)-(H9*24)-9))
K2=((I2*24)-(H2*24)-9-(J2))
K3=((I3*24)-(H3*24)-9-(J3))
K4=((I4*24)-(H4*24)-9-(J4))
K5=((I5*24)-(H5*24)-9-(J5))
K6=((I6*24)-(H6*24)-9-(J6))
K7=((I7*24)-(H7*24)-9-(J7))
K8=((I8*24)-(H8*24)-9-(J8))
K9=((I9*24)-(H9*24)-9-(J9))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,213,531
Messages
6,114,172
Members
448,554
Latest member
Gleisner2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top