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.

Juntar condiciones en macro

publicado

Buenas tardes chic@s;

De que forma puedo juntar 2 o 3 condiciones en una, no que cumpla las 2 o 3 para que realice algo sino que con que cumpla una de las 3 condiciones realice lo que sea, siempre las pongo separadas y es escribir 2 o 3 veces lo mismo.

por ejemplo, juntar estas 2 condiciones.

If Range("H6") = "" Then

If Range("H7") = "insuficiencia" Then

muchísimas gracias de antemano

Featured Replies

publicado

.

Por ejemplo:

Si se cumple cualquiera de las 3.

If Range("A1") = 1 Or Range("A2") = 1 Or Range("A3") = 1 Then[/CODE]

[b][u]Si se cumplen las 3.[/u][/b]

[CODE]If Range("A1") = 1 And Range("A2") = 1 And Range("A3") = 1 Then[/CODE]

.

publicado
  • Autor
.

Por ejemplo:

Si se cumple cualquiera de las 3.

If Range("A1") = 1 Or Range("A2") = 1 Or Range("A3") = 1 Then[/CODE]

[b][u]Si se cumplen las 3.[/u][/b]

[CODE]If Range("A1") = 1 And Range("A2") = 1 And Range("A3") = 1 Then[/CODE]

.

Muchísimas gracias Antonio.

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.