About 278,000 results
Open links in new tab
  1. Sort Function (SortBy) - Trying to get empty cells to return empty ...

    Apr 28, 2020 · The displayed results from the SORT function return "0" zero in every field which is blank in the original table and as the Date column is formatted to display a date it returns …

  2. Excel sort function to "skip" 1st row - Stack Overflow

    Aug 4, 2021 · My question is because I wanted to sort the data as provided in the following question: How to select all the column based minimum date value in a sheet What I wanted to …

  3. excel - Order a column based on another column - Stack Overflow

    Jun 23, 2019 · I want to order Column A based on the values of Column B. In Google Sheets that is simply: =SORT(A1:A100,B1:B100,TRUE) How to do that in Excel?

  4. Excel SORT () and FILTER () functions are missing

    May 5, 2019 · Hello there, currently i am searching for the SORT () and FILTER () function in excel. I've read that it should be available in Office 365 Pro Plus. But when i am typing in the …

  5. sorting - VBA array sort function? - Stack Overflow

    105 I'm looking for a decent sort implementation for arrays in VBA. A Quicksort would be preferred. Or any other sort algorithm other than bubble or merge would suffice. Please note …

  6. Excel

    Oct 16, 2022 · The function I am currently using is this: =SORTBY (C86:C93,RANDARRAY (ROWS (C86:C93))) If I add in your "LET" function, it doesn't do anything and still keeps the 0 …

  7. excel - Exclude certain values from SORT function - Stack Overflow

    Jan 7, 2022 · With reference to this question I was able to make the first 2 bullet points work: =@SORT(FILTER(A1:A11,A1:A11<>"O.K."),,-1) However, with this formula the result in Cell …

  8. How do I sort a table in Excel if it has cell references in it?

    Nov 2, 2011 · 34 I have a table of data in excel in sheet 1 which references various different cells in many other sheets. When I try to sort or filter the sheet, the references change when the cell …

  9. Excel Sorting and filtering breaking formulas - Stack Overflow

    May 11, 2020 · I'm working on a large dataset in Excel (around 3300 rows). Each row uses formulas to derive values from a combination of worksheets together. All is well until someone …

  10. Excel SORT Function in Conjunction With UNIQUE, TOROW

    Feb 10, 2025 · I need to extract unique values from multiple ranges (only two ranges in my example, but more will be added) and display them in a single row, sorted in ascending order, …