About 7,660,000 results
Open links in new tab
  1. Generate sql insert script from excel worksheet - Stack Overflow

    May 29, 2013 · I have a large excel worksheet that I want to add to my database. Can I generate an SQL insert script from this excel worksheet?

  2. What does -- do in Excel formulas? - Stack Overflow

    Jul 20, 2010 · Boolean values TRUE and FALSE in excel are treated as 1 and 0, but we need to convert them. To convert them into numbers 1 or 0, do some mathematical operation.

  3. Quadratic and cubic regression in Excel - Stack Overflow

    Jun 2, 2012 · I know that this question is a little old, but I thought that I would provide an alternative which, in my opinion, might be a little easier. If you're willing to add "temporary" columns to a data …

  4. How to use Regular Expressions (Regex) in Microsoft Excel both in-cell ...

    How can I use regular expressions in Excel and take advantage of Excel's powerful grid-like setup for data manipulation? In-cell function to return a matched pattern or replaced value in a string. ...

  5. Is there a way to use macros in Excel online version(office 365)?

    Feb 17, 2021 · I worked on excel macros for widows application to load data. I have created the add-in but now I have to use the same add-in in excel online version which is web based or is there any way …

  6. How to reference Value instead of formula in a formula using Excel ...

    Jun 12, 2016 · However, the formula of E1 (which is C1*D1) gives 8.57 instead of 8.55, I figured out that Excel uses C1's formula instead of the displayed value, which is not my expectation! So how can I …

  7. Excel: Searching for multiple terms in a cell - Stack Overflow

    Feb 11, 2013 · 27 I use this handy equation to search for a term inside of a cell in excel. =IF(ISNUMBER(SEARCH("*Gingrich*",C1)),"1","") This equation searches for the presence of …

  8. python - How to write to an existing excel file without overwriting ...

    You can write to an existing Excel file without overwriting data using pandas by using the pandas.DataFrame.to_excel () method and specifying the mode parameter as 'a' (append mode).

  9. how to read certain columns from Excel using Pandas - Python

    I am reading from an Excel sheet and I want to read certain columns: column 0 because it is the row-index, and columns 22:37. Now here is what I do: import pandas as pd import numpy as np file_loc...

  10. How to use a named column in Excel formulas - Stack Overflow

    Simple, at least when using Excel 2010: name your column: select full column, enter name use column name in formula; Excel will combine the referenced column with the current row to access a single …