espanolEn este articulo se muestra como resolver sistemas de ecuaciones lineales con Excel mediante diversos metodos, incluso metodos numericos, tanto directos como iterativos. Los sistemas se van a resolver de diversas formas, a) utilizando las distintas funciones propias de Excel se implementaran el Metodo de la multiplicacion por la inversa y el de la Regla de Cramer; b) generando a traves de una plantilla hojas ad-hoc que implementan diversos metodos numericos, tanto directos, Metodo de Gauss, Metodo de Gauss-Jordan, como iterativos, Metodos de Jacobi y de Gauss-Seidel; c) programando e implementando una serie de funciones o procedimientos VBA (Visual Basic for Applications) que a partir de unos datos iniciales generen de forma automatica los resultados de un sistema de ecuaciones lineales, resolviendolo por alguno de los metodos vistos anteriormente. EnglishThis paper shows how to solve systems of linear equations with Excel by various methods, including numerical methods, direct and iterative. The systems will be solved in various ways, a) by using different Excel functions we will implement the method of multiplication by the inverse and Cramer's Rule; b) by generating an ad-hoc template that implement various numerical methods, both direct methods, like the Gauss method and the Gauss-Jordan method, and iterative methods like Jacobi and Gauss-Seidel; c) by programming with VBA, we will implement a set of functions or procedures. Departing from some initial data these functions automatically generate the results of a system of linear equations, using any of the methods seen before.