About 316,000 results
Open links in new tab
  1. Troubleshoot Python in Excel errors - Microsoft Support

    Troubleshoot Excel errors. Python in Excel calculations can return standard Excel errors to Python cells, such as #PYTHON!, #BUSY!, and #CONNECT!. Access the error message. To …

    Missing:

    • Array

    Must include:

  2. Python for Excel: How do you access / manipulate / format …

    Feb 12, 2025 · I am using "Python for Excel" to complete some simple data wrangling activities using pandas. To return a dynamic array to Excel, the last command in my =PY() cell, I just …

  3. Setting an Excel Range with an Array using Python and comtypes?

    Mar 8, 2011 · I've spent a lot of time trying to figure out a solution to this problem to be able to fully substitute python for matlab, reading on various different forums with no real direct …

  4. Python in excel is not working, giving #Blocked error message

    Jan 17, 2024 · It seems you're encountering a `#BLOCKED!` error message when attempting to use Python within Excel. This feature allows you to run Python scripts directly in Excel, but it …

  5. How to correct a #PYTHON! error - Microsoft Support

    #PYTHON errors are returned by Python in Excel formulas when a formula can't run properly. See below for specific cases.

  6. python - IndexError: array index out of range from excel file in …

    May 12, 2022 · IndexError: array index out of range. Do you know why this is happening? I should mention that the column CRN MOVE uses the mid function. EX =MID (AI2,4,2) with AI being …

  7. #CALC error using xl() function with Python - Microsoft Community

    Jan 4, 2024 · Using Python's xl(), reference the new filtered array range instead of the actual table. My intuition thinks that the array range will use less memory than an actual range full of …

  8. python - ValueError: Cannot Convert to Excel - Stack Overflow

    Jun 27, 2017 · raise ValueError('Values Type Error: Values of Type numpy.ndarray must have ndim=1; values.ndim={}'. format(values.ndim)) from openpyxl.utils import range_boundaries. …

  9. How to correct a #CALC! error - Microsoft Support

    This error occurs when Excel's calculation engine encounters an unspecified calculation error with an array. To resolve it, try rewriting your formula. If you have a nested formula, you can try …

  10. Excel Python question about xl() function - Microsoft Community

    Dec 23, 2024 · My issue here is specifically with the xl () function which is unique to Python in Excel so I wouldn't expect the general python forum users will be familiar with it. But I'll give it …

Refresh