About 8,120,000 results
Open links in new tab
  1. Quadratic and cubic regression in Excel - Stack Overflow

    Jun 2, 2012 · Now Excel will calculate regressions using both x 1 and x 2 at the same time: How to actually do it The impossibly tricky part there's no obvious way to see the other regression …

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

  3. excel - Return values from the row above to the current row

    Jun 15, 2012 · To solve this problem in Excel, usually I would just type in the literal row number of the cell above, e.g., if I'm typing in Cell A7, I would use the formula =A6. Then if I copied that …

  4. What are the RGB codes for the Conditional Formatting 'Styles' in …

    I've got some cells that I have Conditionally Formatted to Excel's standard 'Bad' Style (Dark red text, light red fill). In another column I have cells that I have created a Conditional Formatting …

  5. How do I convert a column of text URLs into active hyperlinks in …

    I have a column in excel, wherein I have all the website url values. My question is I want to turn the url values to active links. There are about 200 entries in that column with different urls in ...

  6. excel - Cracking Sheet Password with VBA - Stack Overflow

    The Excel worksheet password protection works by converting the input password to a hash and stores it. A hash is a one-way algorithm that crunches up the bits, losing some information …

  7. Excel FILTER() returning 0 for blank cells - Stack Overflow

    Nov 10, 2020 · I suspect this has been asked previously, but I can't find it. FILTER() will often return a 0 for blank rows, even when a return string is specified. Using filter() I am often getting …

  8. Is it possible to force Excel recognize UTF-8 CSV files automatically?

    May 14, 2011 · From the usability point of view, Excel seemed to have lack of a good user-friendly UTF-8 CSV support, so I consider both answers are correct, and I have accepted Alex's …

  9. Excel, append one range to the end of another in one column

    Aug 29, 2015 · I have two columns of data in Excel. I would like to add a third column which combines the first and second. How can I do this with a formula such that I can add or remove …

  10. Is there a way to crack the password on an Excel VBA Project?

    Jun 22, 2009 · Excel 2007 password protection (and file format) is radically different than Excel 2003. I included some specifics about it in my answer below. In my opinion, the password …