Formula para fechas

tomcatplus

New Member
Joined
Jul 19, 2006
Messages
11
Saludos.

Estoy tratando de elaborar una formula para una nómina semanal que arroje tanto la fecha de inicio como la de finalización de la semana. He hecho algunos adelantos sin embargo tengo problemas cuando la nomina se encuentra entre dos meses (inicia en un mes y finaliza en otro). Podria alguien ayudarme?.
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Lo siento, pero no comprendo muy bien qué son los datos de entrada (input) ni qué serán los resultados deseados (desired output). ¿Podría usted usar la herramienta de Colo para darnos una muestra de cada uno? Asi podriamos ayudarle con más facilidad.

Cordialmente,
 
Upvote 0
Aclaro...

Gracias.

Lo que necesito es una formula que me arroje lo siguiente, por ejemplo:
PERIODO COMPRENDIDO ENTRE EL 16/07/2006 HASTA EL 31/07/2006. Esto corresponde a una formula que hice para la nómina quincenal que es la siguiente =CONCATENAR("PERIODO COMPRENDIDO ENTRE EL ";SI(DIA(HOY())<=15;(HOY()-(HOY()-1));SI(DIA(HOY())>=16;16;""));"/";TEXTO(MES(HOY());"dd");"/";AÑO(HOY());" HASTA EL ";SI(DIA(HOY())<=15;15&"/"&MES(HOY())&"/"&AÑO(HOY());TEXTO(FIN.MES(HOY();0);"dd/mm/yyyy"))). Ahora debo hacer lo mismo pero para la nomina semanal, es decir PERIODO COMPRENDIDO ENTRE EL 23/07/2006 HASTA EL 29/07/2006
 
Upvote 0
Si bien no llego a comprender, intento una respuesta para que luego la adaptes,
dada una fecha cualquiera en $d$1,
le lunes anterior más proximo estaria dado con esta matricial: CTRL+SHIFT+ENTER
{=MAX((DIASEM($D$1-{0;1;2;3;4;5;6})=2)*($D$1-{0;1;2;3;4;5;6}))}

Y PARA EL VIERNES INMEDIATAMENTE POSTERIOR:

{=MIN(SI(DIASEM($D$1+{0;1;2;3;4;5;6})=6,$D$1+{0;1;2;3;4;5;6},FALSO))}

Tal vez no sea esto lo que necesitas......
GALILEOGALI
 
Upvote 0
Gracias!

Eso es lo que buscaba! tengo que hacerle algunas modificaciones para adaptarla pero fundamentamente con esto resuelvo mi problema, muchas gracias!
 
Upvote 0

Forum statistics

Threads
1,223,958
Messages
6,175,627
Members
452,661
Latest member
Nonhle

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