Forum Discussion

ledesma92's avatar
ledesma92
Copper Contributor
Feb 03, 2025
Solved

Help! I'm trying to pull and sort info from the same page!

Hello! I need help with Excel, I'm trying to pull info from U4:U18, X4:X18, AA4:AA18, AD4:AD18, and AG4:AG18 and put it into a chart starting on H6. I can do one with the formula =UNIQUE(SORT(FILTER...
  • HansVogelaar's avatar
    Feb 06, 2025

    =LET(all, VSTACK(U4:U18, X4:X18, AA4:AA18, AD4:AD18, AG4:AG18), SORT(UNIQUE(FILTER(all, all<>"", ""))))

Resources