Saltar al contenido
View in the app

A better way to browse. Learn more.

Ayuda Excel

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ERROR FORMULA EXCEL TEXTO CON FORMATO PARA MESES

publicado

Buenos días,

 

Tengo la siguiente fórmula en Excel metida en una tabla:

=SI(ESBLANCO([@[FECHA DE LA COMUNICACION]]);"";MAYUSC(TEXTO(MES([@[FECHA DE LA COMUNICACION]]);"MMMM")))

 

Mi tabla sencilla es como la siguiente:

image.png.9428f80b89e6e7ca96de55422946cfe7.png

 

No entiendo por qué la función TEXTO no me convierte bien el mes del año.

 

Introduzco la fecha de comunicación con el mes de septiembre, y la función mes me captura correctamente el mes del año, en este caso el 9. Pero luego al convertirlo a texto por formato "MMMM", me informa que son todos los meses de enero.

 

Alguien me puede arrojar un poco de lucidez sobre este tema.

 

Un saludo.

Featured Replies

publicado

Saludos @jesuspg

Esto es porque estás usando la función MES dentro de la función TEXTO.  si la quitas, tendrás el nombre del mes correcto:

=SI(ESBLANCO([@[FECHA DE LA COMUNICACION]]);"";MAYUSC(TEXTO([@[FECHA DE LA COMUNICACION]];"MMMM")))

¡Bendiciones!

Archivado

Este tema está ahora archivado y está cerrado a más respuestas.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.