About 86,200 results
Open links in new tab
  1. excel - VBA - Function for Creating an n by m Matrix - Stack …

    I am currently working with arrays and loops, and am trying to write a function that will output an n by m array (a matrix) with the numbers {1, 2, 3, ... , n*m} I am trying to learn some basic VBA

  2. Creating matrix by reading data from Excel - Stack Overflow

    Dec 2, 2014 · Creating matrix by reading data from Excel Asked 11 years ago Modified 6 years, 6 months ago Viewed 18k times

  3. excel - How can I generate a matrix based on two columns from …

    1 I'm working on creating an authorization matrix to hand out to my clients. My Excel workbook contains two tables: Applications and Permissions/Roles. I'd like to take the first column of …

  4. Symmetric expressions in excel matrix - Stack Overflow

    Oct 30, 2013 · I sometimes work with symmetric matrices in MS-Excel (both v2007 and v2003). Is there an option to help me to copy expressions from the lower triangle to the upper one? It …

  5. Create a export to excel button in Power BI - Stack Overflow

    Mar 31, 2023 · I need to create a button (like "Export to Excel") in order to export data from a table in Power BI. This file needs to be downloaded in a folder on my PC, for example the folder …

  6. Creating a correlation matrix via Excel VBA - Stack Overflow

    Jul 9, 2018 · What would be the best way to create a correlation matrix via Excel VBA? My data has 45 columns (which may eventually change) and 12000 rows (which can change as well).

  7. excel - Creating diagonal matrix from one half of the matrix - Stack ...

    Feb 26, 2017 · In excel sheet, I have computed one half of my diagonal matrix. Now, I would like to transpose the upper half so I can mirror it do the lower halfof the matrix.

  8. excel - Creating an Array from a Range in VBA - Stack Overflow

    Jun 8, 2016 · 0 Using the shape of the Range Another approach in creating a function for ArrayFromRange would be using the shape and size of the Range to determine how we …

  9. Generate in Excel 365 a matrix from rows and columns with one …

    Nov 27, 2023 · Now with Excel 365 we have a range of array formulas that can create dynamic sequences and arrays. Suppose the matrix is defined by two dynamic sequences for rows and …

  10. excel - How to create a diagonal matrix from column with diagonal ...

    Jun 27, 2022 · I have an excel sheet with a column with values I would like to use as a diagonal matrix for some matrix multiplication. I would like to achieve this without actually displaying the …