About 364,000 results
Open links in new tab
  1. how to get data from another sheet in excel using IF function

    May 23, 2016 · =A1 you need to include the sheet name in front of it. So if we want to reference A1 on another sheet we use: ='another sheet'!A1 So in order to build your IF statement, you …

  2. excel - Get values from other sheet using VBA - Stack Overflow

    I want to get values from other sheets. I have some values in Excel (sheet2) for example: A B C D - - - - 1 | 2 5 9 12 2 | 5 8 4 5 3 | 3 1 2 6 I sum each column in row 4. I'm working with these …

  3. Excel get value from another sheet based on multiple conditions

    Apr 12, 2019 · I have two sheets in Excel, Sheet1 and Sheet2. They both contain 3 columns A, B and C. My goal is to get values from C in Sheet2 to C in Sheet1, based on conditions …

  4. Ignore Duplicates and Create New List of Unique Values in Excel

    Nov 9, 2012 · To remove duplicates from a column Sort the values in column A A->Z Select column B While column B is still selected, in the formula input box, enter …

  5. Format cell color based on value in another sheet and cell

    Jan 16, 2009 · Here's how I did it in Excel 2003 using conditional formatting. To apply conditional formatting to Sheet1 using values from Sheet2, you need to mirror the values into Sheet1. …

  6. how do I find the values that are in one column but not in the other

    I have two columns A and B in a google spreadsheet. I want to find all the numbers that are in column A but not in B. How do I do that? B could have the same numbers from column A. So if …

  7. Check if an excel cell exists on another worksheet in a column

    Note, that I'm using List!A:C in VLOOKUP and returns value from column № 3 I'm using 4th argument for VLOOKUP equals to FALSE, in that case VLOOKUP will only find an exact …

  8. excel - Highlight Rows in Sheet1 that match values in Sheet2

    Nov 4, 2016 · There are 2 ways to do this. The first one works only with the ranges in one sheet whereas the second one lets you work across sheets. Assuming you can copy and paste both …

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

  10. Excel fetch rows based on a cell value in another sheet

    Sep 27, 2018 · I have two sheets, sheet 1 named "Stocks" and sheet 2 named "Stocks search". In "Stocks" I have from A1 to B700 values. In A column I have the stocks symbols and in B …

Refresh