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.

ayuda con la macro

publicado

hola muy buenas, antes que todos muchas gracias a todos ustedes

quiero que me ayuden a interpretar la siguiente macro:

Public Function clave(ByVal Serie As String) As Double
    Dim resultado As Double
    resultado = 0
    For I = 1 To Len(Serie)
        resultado = resultado + Mid(Serie, I, 1) * Mid(Serie, I, 1)
    Next I
    resultado = (resultado * resultado) - (resultado * 2) + Len(Serie)
    clave = resultado
End Function
 

atte.

 

oscar

 

Featured Replies

publicado
  1. Calcula la suma de los cuadrados de cada uno de los dígitos de un número.
  2. Calcula el doble 1
  3. Calcula el  cuadrado 2
  4. Calcula 3 - 2
  5. Calcula 4 - la cantidad de dígitos del número

Ejemplo para el número 34:

  1. 9+16=25
  2. 25+25=50
  3. 25*25=625
  4. 625-50=575
  5. 575-2=573
publicado
  • Autor

muchas gracias Antonio,

adjunto serie 374605411

Atte

 

oscar

publicado
  • Autor

nota

resultado

es 23112

y a mi no me esta salio

 

atte

 

oscar

 

publicado

Hay un error en el punto 5, en lugar de: 

Calcula 4 - la cantidad de dígitos del número

debe ser:

Calcula 4 + la cantidad de dígitos del número

 

Te dejo un ejemplo.

Clave.xls

  • Silvia bloqueó este tema

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.