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.

Sumar y Acumular valores en una Celda

publicado

Repetuosamente les solicito su ayuda en lo siguiente

Necesito una formula o macro que cada ves que digite un valor en la celda "A1", me sume y acumule esos valores en la celda "B1".

Ejemplo:

En A1 Digito 5, la celda b1 vale 5

Vuelvo a digitar en la celda A1 el valor 6, entonces el valor de la celda b1 seria 11

Vuelvo a digitar en la celda A1 el valor 9, entonces el valor de la celda b1 seria 20, y asi sucesivamene.

Cordial Saludo

Featured Replies

publicado

Hola:

Coloca esta macro en la hoja:


Private Sub Worksheet_Change(ByVal Target As Range)

If Target.Address(False, False) = "A1" Then Range("B1") = Range("B1") + Target

End Sub
[/CODE]

Saludos

La próxima vez recuerda que debes subir un archivo tal como mandan las Normas del Foro.

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.