About 51 results
Open links in new tab
  1. excel - Check whether a cell contains a substring - Stack Overflow

    Sep 4, 2013 · Is there an in-built function to check if a cell contains a given character/substring? It would mean you can apply textual functions like Left/Right/Mid on a conditional basis without throwing e...

  2. What does the "@" symbol mean in Excel formula (outside a table)

    Oct 24, 2021 · Excel has recently introduced a huge feature called Dynamic arrays. And along with that, Excel also started to make a " substantial upgrade " to their formula language. One such upgrade is the addition of @ operator which is called Implicit Intersection Operator. How is it used The @ symbol is already used in table references to indicate implicit intersection. Consider the …

  3. How can I send an HTTP POST request to a server from Excel using …

    Oct 1, 2008 · What VBA code is required to perform an HTTP POST from an Excel spreadsheet?

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

  5. How do I get countifs to select all non-blank cells in Excel?

    Apr 21, 2009 · 8 In Excel 2010, You have the countifS function. I was having issues if I was trying to count the number of cells in a range that have a non0 value. e.g. If you had a worksheet that in the range A1:A10 had values 1, 0, 2, 3, 0 and you wanted the answer 3.

  6. What is the character code for new line break in excel

    Dec 18, 2015 · What is the character code for new line break in excel Asked 9 years, 7 months ago Modified 4 months ago Viewed 126k times

  7. Excel: highlight cell if exists in list - Stack Overflow

    Oct 29, 2018 · I want to create a conditional formatting rule where the cell will be highlighted if it also appears in a list (column A). The values are all text (e.g "Apple", "Pear"). It has to be an exact matc...

  8. python - Is there a way to auto-adjust Excel column widths with …

    Adjusts column widths of the excel file and replaces it with the adjusted one. Adjusting columns is based on the lengths of columns values (including column names).

  9. Excel VBA Run Time Error '424' object required - Stack Overflow

    Jan 26, 2014 · I am totally new in VBA and coding in general, am trying to get data from cells from the same workbook (get framework path ...) and then to start application (QTP) and run tests. I am getting this...

  10. Return empty cell from formula in Excel - Stack Overflow

    Jul 13, 2009 · I need to return an empty cell from an Excel formula, but it appears that Excel treats an empty string or a reference to an empty cell differently than a true empty cell. So essentially I need som...