About 27,300,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. How to run a SQL query on an Excel table? - Stack Overflow

    Select the table and use Excel to sort it on Last Name Create a 2-row by 1-column advanced filter criteria, say in E1 and E2, where E1 is empty and E2 contains the formula =C6="" where C6 is the …

  3. Using "If cell contains #N/A" as a formula condition.

    Feb 25, 2016 · I need help on my Excel sheet. How can I declare the following IF condition properly? if A1 = "n/a" then C1 = B1 else if A1 != "n/a" or has value(int) then C1 = A1*B1

  4. 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 …

  5. 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).

  6. 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. ...

  7. how to pass parameters to query in SQL (Excel) - Stack Overflow

    Feb 19, 2014 · Use "Get Data" and SQL query option, filling out the server name and adding the SQL query code. With that done, you can create a dummy table (s) in your Excel file that can take …

  8. 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.

  9. python - How can I specify column names while reading an Excel file ...

    import pandas as pd xl = pd.ExcelFile("Path + filename") df = xl.parse("Sheet1") The first cell's value of each column is selected as the column name for the dataFrame, and I want to specify my own …

  10. 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 …