Ongeveer 20.800.000 resultaten
Koppelingen in nieuw tabblad openen
  1. What does -- do in Excel formulas? - Stack Overflow

    20 jul. 2010 · What does -- do in Excel formulas? Asked 15 years, 6 months ago Modified 6 years, 8 months ago Viewed 57k times

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

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

  3. Quadratic and cubic regression in Excel - Stack Overflow

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

  4. excel - How to reference table column header name and table row …

    26 aug. 2019 · I'm trying to populate a new table in a new worksheet with data from an existing table in a different worksheet. I need to reference the column header name because the …

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

    7 jan. 2014 · 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

  6. excel - Check whether a cell contains a substring - Stack Overflow

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

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

  8. How to represent a DateTime in Excel - Stack Overflow

    11 jun. 2009 · What is the best way of representing a DateTime in Excel? We use Syncfusions Essential XlsIO to output values to an Excel document which works great. But I can't figure out …

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

  10. Assign a value to a cell depending on content of another cell

    16 jan. 2020 · I am trying to use the IF function to assign a value to a cell depending on another cells value So, if the value in column 'E' is 1, then the value in column G should be the same as F …