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.

Funcion SI

publicado

Hola;

intentando encontrar una formula, he llegado a dos distintas, por si ha alguien le sirven las pongo aqui. No se si una es mejor que otra, pero bueno las dos sirven para lo mismo:

Partiendo de esta formula:

SI(ESERROR(G2);H2;SI(ESERROR(H2);G2)))[/CODE]

Llego a dos posibles soluciones:

Si la formula da error me devuelve "No coincide":

[CODE]=SI(ESERROR(SI(ESERROR(G2);H2;SI(ESERROR(H2);G2)));"NO COINCIDE")[/CODE]

Utilizando la funcion Y:

[CODE]=SI(Y(ESERROR(G2);ESERROR(H2));" ";SI(ESERROR(G2);H2;SI(ESERROR(H2);G2)))[/CODE]

Un Saludo.

Jose Maria.

Featured Replies

publicado

Y que sucede si ninguna tiene error? Puedes probar así,

SI(ESERROR(G2)*ESERROR(H2);"";SI(ESERROR(G2);H2;G2))[/CODE]

Saludos

[color=blue]- - - - - Mensaje combinado - - - - -[/color]

Una opción en caso de que se tengan que evaluar más de dos celdas.

Con Excel versión 2007 o mas reciente

[CODE]=SI.ERROR(BUSCAR(0;-ESERROR(G2:O2);G2:O2);" ")[/CODE]

Con Excel versión 2003 o menos reciente

[CODE]=SI(ESERROR(BUSCAR(0;-ESERROR(G2:O2);G2:O2));" ";BUSCAR(0;-ESERROR(G2:O2);G2:O2))[/CODE]

Saludos

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.