excel - Match relative values -


i earlier posted here did not find answer.

is possible compare column respect specific reference column , if match found re-arrange column respect reference column.

for example have this.

10.0    10.1 10.2    12.4 10.4    13.5 10.6    14.4 10.8     11.0     11.2     11.4     11.6     11.8     12.0     12.2     12.4     12.6     12.8     13.0     13.2     13.4     13.6     13.8     14.0     14.2     14.4 

and want convert this.

10.0    10.1 10.2     10.4     10.6     10.8     11.0     11.2     11.4     11.6     11.8     12.0     12.2     12.4    12.4 12.6     12.8     13.0     13.2     13.4    13.5 13.6     13.8     14.0     14.2     14.4    14.4 

or this

10.0    10.1    10.1 10.2    12.4     10.4    13.5     10.6    14.4     10.8         11.0         11.2         11.4         11.6         11.8         12.0         12.2         12.4            12.4 12.6         12.8         13.0         13.2         13.4            13.5 13.6         13.8         14.0         14.2         14.4            14.4 

which ever feasible. possible or not?

try formula in c2,

=if(aggregate(15, 6, b$2:b$5/(b$2:b$5>=a2), 1)<>aggregate(15, 6, b$2:b$5/(b$2:b$5>=a3), 1), aggregate(15, 6, b$2:b$5/(b$2:b$5>=a2), 1), "") 

fill down.

        stagger_if


Comments

Popular posts from this blog

Google sheets equipment borrowing system -

c# - Convert type 'System.Collections.Generic.List<string>' to 'System.Collections.Generic.IList<>' -

python - gcc error on install of tesseract-ocr -