About 330,000 results
Open links in new tab
  1. 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 function into the …

  2. Sorting a list in Excel 2019 | Microsoft Community Hub

    Jul 28, 2023 · Sorting a list in Excel 2019 I have a list of names and a score for each person. I need to sort this list in descending order, name of the highest score on the top, lowest on the bottom. SORT …

  3. excel - Display only the Top5 values from SORT function - Stack Overflow

    Jun 27, 2024 · In Cell C1 I want to sort Column A in a descending order and only show the Top5 results. So far I have been able to develop this formula: =SORT(A1:A10,,-1) However, it displays the entire …

  4. Sorting dates in Excel from oldest to newest is not working

    Feb 10, 2025 · Sorting dates in Excel from oldest to newest is not working Hi all, I would like to sort a date series in Excel, formatted as Mon Feb. 10, 2025 08:59 AM, from oldest to newest, but I can’t get …

  5. sort(), filter() and IF() combined | Microsoft Community Hub

    Jun 17, 2024 · For example, if the statement is true I want to filter and sort the numeric column with values only bigger and equal to the max () function result, otherwise, I want to filter and sort the …

  6. Need a function or combination of functions to allow me to combine ...

    Jan 28, 2024 · 1. Custom Sort with Concatenation: This method utilizes the Sort function and the CONCATENATE function to merge and sort data from multiple columns.

  7. Excel Sort function on the active range | Microsoft Community Hub

    Feb 28, 2021 · Excel Sort function on the active range Hi guys and girls, I'm new here and I'm not an inexperienced Excel user. BUT, I have a challenge with a Table with 11 columns in where I like to …

  8. Link data from another sheet and be able to sort it

    Aug 22, 2024 · If you are on Excel for MS365 you can use the VSTACK function. Otherwise, look into Power Query to combine the data from all three sheets (preferably formatted as Excel tables), sort as …

  9. 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 00/01/1900. I …

  10. 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 that this is to work …