About 243,000 results
Open links in new tab
  1. Can Excel's INDEX function return array? - Stack Overflow

    Nov 9, 2017 · OFFSET is probably the function you want. =OFFSET(A1:A4,1,,2) But to answer your question, INDEX can indeed be used to return an array. Or rather, two INDEX functions …

  2. excel - Skipping blank cells with an Index/Match formula - Stack …

    Aug 15, 2019 · Create a new column in sheet1 with the formula Cell M1 =MATCH ("*",G2:L2,0)&A2, then in sheet2 use the formula below, so what it does u make each row …

  3. index match returns 0 for blank cell, want it to be

    index match returns 0 for blank cell, want it to be "-" Asked 8 years, 8 months ago Modified 2 years, 8 months ago Viewed 146k times

  4. excel formula - Sort Via Index Match - Stack Overflow

    Sep 26, 2024 · Index trimmed input Use FREQUENCY to select unique values Alphabetize the trimmed, unique input using COUNTIF Remove blanks Removing blanks as second steps …

  5. excel - Most efficient efficient way to deal with index/match …

    Mar 24, 2024 · I have the following excel sheet: In the yellow cells I want to get values from the green cells through index/match. I need to avoid blank cells being shown as zeroes.

  6. indexing - Excel Index Match with OR Criteria - Stack Overflow

    Jul 10, 2021 · I am trying to set up and index/match but want the MATCH to match on 2 items but 1 of the items can exist in one of 2 columns, so I am trying to basically create an index match …

  7. excel - Speeding Up Index-Match for Large Dataset - Stack Overflow

    Nov 15, 2024 · I'm aware this could be solved by writing the Index-Match formula into the cells manually and dragging down, but I am trying to make it simple for the people who perform this …

  8. EXCEL - INDEX MATCH WITH MULTIPLE CRITERIA - Stack Overflow

    Nov 5, 2024 · excel excel-formula index-match edited Nov 5, 2024 at 12:19 Black cat 7,635 8 68 99

  9. excel - Finding partial text in range, return an index - Stack Overflow

    Mar 22, 2013 · I need to find a partial text in a specific range and get a value which is X rows under cell index of found text. I have tried with INDEX and MATCH functions but without …

  10. excel - Three Dimensional Lookup Using INDEX/MATCH - Stack …

    Sep 30, 2016 · N 16 17 18 I now want to search for a specific Name and then for a specific letter within that names table, I then want to match this row number with a specific column. I tried a …