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.

Duda a la hora de convertir fecha

publicado

Buenas, os adjunto un ejemplo para convertir una fecha separada por barras dd/mm/yyyy (columna A) en yyyy-mm-dd (columna B). El caso es que aunque en la celda se visualiza como yyyy-mm-dd después de convertir, en la barra de fórmulas sigue figurando dd/mm/yyyy. No encuentro el modo de solucionar esto... tampoco he encontrado cómo solucionarlo. Alguna idea?
Gracias!

ej_fecha.zip

Featured Replies

publicado
Sub conviertefechas()
Application.ScreenUpdating = False
With Worksheets("Hoja1")
   For i = 2 To .Range("A" & Rows.Count).End(xlUp).Row
      Cells(i, "B").NumberFormat = "@"
      Cells(i, "B") = Format(Cells(i, "A"), "yyyy-mm-dd")
   Next
End With
End Sub

 

Editado el por Antoni

publicado
  • Autor

Gracias, Antoni! Desconocía lo del formato @. Perfecto, como siempre. 

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.