About 35,800,000 results
Open links in new tab
  1. 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.

  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 …

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

    Aug 3, 2011 · 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 …

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

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

    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 what we're using) …

  6. Excel: Leading Zeros on Dates.. Formula to do it for me?

    Oct 7, 2009 · Is there a way to add a leading zero to a date that is 7 digits and should be 8? 7301982 should be 07301982. I have a column full of these values, and need a way to do so …

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

  8. excel - Stop treating blanks as zeros - Stack Overflow

    Apr 2, 2012 · Is there a setting that tells Excel to stop treating blanks as zeros? I'm not looking for a workaround like =IsBlank() but a universal setting that shuts-down the blank->0 feature.

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

    Feb 11, 2013 · Excel: Searching for multiple terms in a cell Asked 12 years, 5 months ago Modified 5 years, 7 months ago Viewed 290k times

  10. Excel: last character/string match in a string - Stack Overflow

    Sep 4, 2013 · Is there an efficient way to identify the last character/string match in a string using base functions? I.e. not the last character/string of the string, but the position of a …