In Excel, I have data created from a function of the row and column headers. Is there a way for me import this data into Mathematica so that it is a set of matrices such as {x,y,z} so that I can then plot it on a 3D graph in Mathematica (Or a different way to import it that would allow me 3D graphing ability)? Importing the Data directly into Mathematica with " s=Import["C:\Users.....\Data"] " sees the numbers at the beginning of the row and plots them along the z-axis (vertical), not along the x or y axes (horizontal).