About 10,700,000 results
Open links in new tab
  1. How to represent a DateTime in Excel - Stack Overflow

    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 how to display …

  2. Creating a chart in Excel that ignores #N/A or blank cells

    I believe that excel ignores blanks by default (see 'Hidden and empty cells' submenu under 'Select Data Source'). As for the #N/A, can you just make your chart from a derived column, where …

  3. Excel: Can I create a Conditional Formula based on the Color of a …

    I'm a beginner and trying to create a formula that modifies the contents of Cell A1 based on the color of the cell in B2; If Cell B2 = [the color red] then display FQS. If Cell B2 = [the color ye...

  4. automatically execute an Excel macro on a cell change

    How can I automatically execute an Excel macro each time a value in a particular cell changes? Right now, my working code is: Private Sub Worksheet_Change(ByVal Target As Range) If …

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

  6. Excel - Button to go to a certain sheet - Stack Overflow

    In Excel 2007, goto Insert/Shape and pick a shape. Colour it and enter whatever text you want. Then right click on the shape and insert a hyperlink A few tips with shapes.. If you want to …

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

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

  9. Referencing value in a closed Excel workbook using INDIRECT?

    In the formula, E:\Excel file\ is the full file path of the unopened workbook, test.xlsx is the name of the workbook, Sheet2 is the sheet name which contains the cell value you need to reference …

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

    Feb 25, 2016 · 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