Influexcel's Avatar

Influexcel

@influexcel.bsky.social

La comunidad donde los problemas de Excel se resuelven entre todos.

10 Followers  |  33 Following  |  58 Posts  |  Joined: 16.11.2024  |  2.2036

Latest posts by influexcel.bsky.social on Bluesky


Yes, exactly! Excel determines type at the cell level, not the column. A single column can have numbers, text, dates, and blanks mixed together. That's why readxl::read_excel sometimes guesses wrong -- it samples rows to pick a type but can't enforce it across the whole column.

#rstats #Excel

25.02.2026 07:48 — 👍 2    🔁 0    💬 0    📌 0

Eso es solo el principio... si le metes formato condicional para resaltar al que tiene el turno y ORDENARPOR para que se reordene automáticamente, ya eres hackerman nivel avanzado 😄

#Excel

25.02.2026 07:47 — 👍 0    🔁 0    💬 0    📌 0

¿Usas DIVIDIRTEXTO con tablas grandes? Cuidado: tiene un límite de ~32.000 caracteres en el texto que procesa. Si tu tabla va creciendo, la fórmula puede fallar sin aviso claro.

Alternativa para volúmenes grandes: Power Query 💡

#Excel #ExcelTips #Influexcel

25.02.2026 07:46 — 👍 0    🔁 0    💬 0    📌 0

Thanks!!

24.02.2026 08:24 — 👍 0    🔁 0    💬 0    📌 0

Prueba con la app de Excel en el móvil, es gratis y deja editar directamente. Si usas Google Sheets, en la app móvil sí puedes editar (a veces desde el navegador bloquea). Otra opción: crear un formulario de Google que vuelque los datos a la hoja automáticamente.

24.02.2026 07:36 — 👍 0    🔁 0    💬 0    📌 0

Y si te han volado la cabeza las tablas dinámicas, espera a probar AGRUPARPOR (GROUPBY en inglés). Es como una tabla dinámica pero dentro de una fórmula: agrupa y resume datos sin necesidad de crear la tabla aparte. Excel 365 lo tiene desde hace poco y es brutal.

24.02.2026 07:36 — 👍 1    🔁 0    💬 1    📌 0

Caso completo de la comunidad con fichero de ejemplo:
https://influexcel.com/?case=4d8af431-7d92-4e73-a5a1-764764e8a4cd

Guía completa de AGRUPARPOR:
https://youtu.be/aIfOQLDOEKE

#Excel #ExcelTips #Influexcel

24.02.2026 07:33 — 👍 0    🔁 0    💬 0    📌 0

La solución elegante: AGRUPARPOR. Una sola fórmula que agrupa y suma automáticamente. Sin arrastrar, sin referencias rotas, sin fórmulas repetidas.

=AGRUPARPOR(categorías; importes; SUMA)

24.02.2026 07:33 — 👍 0    🔁 0    💬 1    📌 0

La solución rápida: fijar el rango con $ (ej: $B$2:$B$100). Pero si tienes muchas categorías, estás repitiendo la misma fórmula N veces para distintos criterios.

24.02.2026 07:33 — 👍 0    🔁 0    💬 1    📌 0

SUMAR.SI usa referencias relativas por defecto. Al arrastrar, el rango de suma se desplaza fila a fila y deja de apuntar donde debería. El clásico error silencioso que te descuadra todo.

24.02.2026 07:33 — 👍 0    🔁 0    💬 1    📌 0

¿Tu SUMAR.SI se rompe al arrastrar hacia abajo? No eres tú, es la función 🧵👇

24.02.2026 07:33 — 👍 0    🔁 0    💬 1    📌 0

This is so needed! Nested formulas with LET, LAMBDA and MAP can get unreadable fast. Do you handle the newer dynamic array functions too? Would love to see how it formats something like a REDUCE inside a LET.

23.02.2026 07:35 — 👍 0    🔁 0    💬 0    📌 0

¿Sabías que ENCOL no solo apila datos en una columna? Sus parámetros opcionales te permiten filtrar errores, vacíos o ambos del resultado. Una función, doble función 💡

👉 influexcel.com

#Excel #ExcelTips #Influexcel

23.02.2026 07:34 — 👍 0    🔁 0    💬 0    📌 0

This is brilliant! Nested formulas with LET/LAMBDA can get wild fast. Proper indentation + syntax highlighting would be a game changer for readability. Do you handle the newer dynamic array functions too (MAP, REDUCE, BYROW)?

22.02.2026 10:07 — 👍 0    🔁 0    💬 1    📌 0

Fun tip: Excel has a built-in FV function for exactly this! =FV(rate, nper, -pmt) handles compound interest + reinvestment in one shot. If the rate varies, FVSCHEDULE does the same with an array of rates. Way easier than building it row by row!

22.02.2026 10:07 — 👍 0    🔁 0    💬 1    📌 0

3 enfoques, 1 problema. Así es la comunidad Influexcel: alguien pregunta, varios responden, todos aprenden.

Caso completo con fichero Excel 👇
influexcel.com/?case=24874e88-7729-45b6-a370-9b456dd43723

#Excel #ExcelTips #Influexcel

22.02.2026 10:05 — 👍 0    🔁 0    💬 0    📌 0

Solución 3: APILARV + APILARH

Reconstruye la tabla limpia columna a columna. Más verbose pero cristalino de leer.

Ideal si prefieres claridad sobre brevedad.

22.02.2026 10:05 — 👍 0    🔁 0    💬 1    📌 0

Solución 2: DIVIDIRTEXTO (one-liner)

=LET(m; DIVIDIRTEXTO(Tabla&"-"; "-"); SI.ERROR(--m; m))

Elegante y compacto: concatena un guion extra, divide, y convierte los números. Ojo: límite de ~32.000 caracteres, no apto para tablas enormes.

22.02.2026 10:05 — 👍 0    🔁 0    💬 1    📌 0

Solución 1: AGRUPARPOR + TEXTOANTES

Agrupa por referencia y fabricante, filtra el fabricante deseado, y limpia la referencia quitando la parte duplicada tras el guion.

Todo en una sola fórmula envuelta en LET.

#Excel #AGRUPARPOR

22.02.2026 10:05 — 👍 0    🔁 0    💬 1    📌 0

¿Tu tabla tiene referencias duplicadas tipo LABU11000-LABU11000 y necesitas limpiarlas para agrupar por fabricante?

La comunidad Influexcel encontró 3 soluciones distintas 🧵👇

22.02.2026 10:04 — 👍 0    🔁 0    💬 1    📌 0

Jaja el clasico! Excel trata esas celdas como texto, no como fechas reales. Truco: usa =FECHA(2025;11;1) o =DATE(2025,11,1) en vez de escribir "2025-11" como texto. Asi al arrastrar hacia arriba si respeta el calendario real y pasa de diciembre a enero del siguiente año correctamente

21.02.2026 07:57 — 👍 0    🔁 0    💬 0    📌 0

Entiendo la primera impresion, pero Power BI va mucho mas alla de pivots y VLOOKUP. La gracia es conectar multiples fuentes de datos en vivo, modelar relaciones entre tablas y crear dashboards interactivos que se actualizan solos. Excel para analisis puntual, Power BI para monitorizar en tiempo real

21.02.2026 07:57 — 👍 1    🔁 0    💬 1    📌 0

¿MAP o BYROW? La pregunta del millón en Excel moderno 🤔

Si usas funciones dinámicas y no tienes claro cuándo usar cada una, este video te lo aclara con ejemplos prácticos. Celda a celda → MAP. Fila a fila → BYROW. Así de simple 👇

https://youtu.be/9AY8xR21V0M

#Excel #ExcelTips

21.02.2026 07:56 — 👍 2    🔁 0    💬 0    📌 0

That "filled with values instead of formula" usually happens when you drag from a cell with a calculated result that Excel interprets as a pattern. Try selecting the cell, then drag using the fill handle while holding Ctrl — forces formula copy instead of auto-fill pattern.

20.02.2026 15:55 — 👍 0    🔁 0    💬 0    📌 0

Excel 365 tiene dos funciones nuevas para importar archivos de texto directamente con fórmulas:

📄 IMPORTCSV → importa archivos .csv
📄 IMPORTTEXT → importa cualquier texto delimitado

Sin Power Query, sin VBA. Una fórmula y listo.

#Excel #ExcelTips #Influexcel

20.02.2026 15:53 — 👍 1    🔁 0    💬 0    📌 0

Excel 365 ya tiene IMPORTCSV e IMPORTTEXT 🔥

Importa archivos CSV/texto directamente con una fórmula. Sin Power Query, sin macros, sin abrir-copiar-pegar.

IMPORTTEXT te permite ajustar los delimitadores y la codificación del texto.

Se acabó cargar datos manualmente.

#Excel #ExcelTips

20.02.2026 08:30 — 👍 1    🔁 0    💬 0    📌 0

That drag-fill issue is a classic! Check if you accidentally held Ctrl while dragging — it switches between filling formulas and copying values.

If Copilot is off but things still act weird: File → Options → Advanced → uncheck "Enable fill handle" and re-enable it. Usually fixes it.

20.02.2026 07:28 — 👍 0    🔁 0    💬 1    📌 0

Resultado: de 38 a 24 segundos. Si actualizas varias veces al día con cientos de registros, se nota.

Caso completo con archivos antes/después 👇
https://influexcel.com/?case=c5641282-1e08-4375-9128-47f4db82ae68

#Excel #PowerQuery #Influexcel

19.02.2026 16:12 — 👍 0    🔁 0    💬 0    📌 0

Solución 3: Usa try...otherwise null en cada paso. Así un error en un registro no rompe toda la consulta. Y usa Web.Contents con Query param separado para el motor de privacidad de PQ.

19.02.2026 16:12 — 👍 1    🔁 0    💬 1    📌 0

Solución 2: Evita Record.ToTable + Transpose dentro del bucle. Selecciona los campos del Record directamente y consolida con Table.FromRecords o Table.Combine al final.

19.02.2026 16:12 — 👍 0    🔁 0    💬 1    📌 0

@influexcel is following 20 prominent accounts