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.

Guardar datos diferentes de una celda y se queden fijos en otras celdas

publicado

Hola,quiero reflejar y que queden fijos los datos en varias celdas, datos de una celda que cada x dias varia.

la celda naranja que recoje el dato principal esta enlazada a otra hoja.

subo libro.

salud2.

GUARDAR NUMEROS EN CELDAS.xls

Featured Replies

publicado
  • Autor

la columna vertical de la hoja1 lo solucione, de esta forma de momento me funciona espero que este bien:

Private Sub Worksheet_Change(ByVal Target As Range)

If Target.Address = "$H$5" Then Range("H" & Rows.Count).End(xlUp).Offset(1, 0).Value = Target.Value

If Target.Address = "$I$5" Then Range("I" & Rows.Count).End(xlUp).Offset(1, 0).Value = Target.Value

If Target.Address = "$E$5" Then Range("E" & Rows.Count).End(xlUp).Offset(1, 0).Value = Target.Value

ect..

ect..

ect..

End Sub

pero aplicando la misma idea a la hoja2

Private Sub Worksheet_Change(ByVal Target As Range)

If Target.Address = "$H$25" Then Range("ICS25").End(xlToLeft).Offset(0, 1).Value = Target.Value

If Target.Address = "$H$26" Then Range("ICS26").End(xlToLeft).Offset(0, 1).Value = Target.Value

If Target.Address = "$H$27" Then Range("ICS27").End(xlToLeft).Offset(0, 1).Value = Target.Value

End Sub

me da error en cuanto lo psado del rango IV ???

Private Sub Worksheet_Change(ByVal Target As Range)

If Target.Address = "$H$25" Then Range("IV25").End(xlToLeft).Offset(0, 1).Value = Target.Value

If Target.Address = "$H$26" Then Range("IV26").End(xlToLeft).Offset(0, 1).Value = Target.Value

If Target.Address = "$H$27" Then Range("IV27").End(xlToLeft).Offset(0, 1).Value = Target.Value

End Sub

salud2.

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.