I have some data in Column A such as 1-2-3-0-5-2-1 and in column "B" A-F-E-G-C-B-D now I want to sort column A and B's Data based on Column A's Value then what will be the formula if I want to rearrange them in another two cells. I got a formula to sort Column A's Value =SORT(FILTER(A1:A8,A1:A8 <>0))
but I want to sort both columns in a single formula Image one for Existing Data and image two what I Looking for
I want to sort both columns in a single formula