About 5,770,000 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 …

  2. excel - What does an exclamation mark before a cell reference …

    Nov 20, 2014 · In a text about Excel I have read the following: =SUM(!B1:!K1) when defining a name for a cell and this was entered into the Refers To field. What does this mean?

  3. excel - How to show current user name in a cell? - Stack Overflow

    In most of the online resource I can find usually show me how to retrieve this information in VBA. Is there any direct way to get this information in a cell? For example as simple as …

  4. How to keep one variable constant with other one changing with …

    Jan 25, 2016 · Lets say I have one cell A1, which I want to keep constant in a calculation. For example, I want to calculate a value like this: =(B1+4)/(A1) How do I make it so that if I drag …

  5. Parsing an ISO8601 date/time (including TimeZone) in Excel

    Jan 1, 2011 · I need to parse an ISO8601 date/time format with an included timezone (from an external source) in Excel/VBA, to a normal Excel Date. As far as I can tell, Excel XP (which is …

  6. excel - Remove leading or trailing spaces in an entire column of …

    Mar 6, 2012 · How do I remove leading or trailing spaces of all cells in an entire column? The worksheet's conventional Find and Replace (aka Ctrl+H) dialog is not solving the problem.

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

  8. excel - Format numbers as billions / millions / thousands, smartly ...

    excel numbers format google-sheets excel-formula edited Jul 24, 2018 at 21:56 asked May 11, 2015 at 22:25 jm3

  9. How to freeze the =today() function once data has been entered

    Aug 2, 2015 · I would like to use the =TODAY () function in a table in excel. However, once data has been entered into that table row, I would like it never to change dates again (effectively …

  10. excel - If two cells match, return value from third - Stack Overflow

    Oct 15, 2014 · Here's a simple explanation of what I'm having trouble with. Column A: List of 2300 order numbers Column B: Email Address associated with an order number Column C: List of …