Harry0
Member
If there a way to show results under condition with a certain order?
The results for column 2 to be in oder based on column 3 if column 1 has a certain day to be column 4.
I do not have a example of it I guess copy and past it.
Col 1 Col 2 Col 3 (Col 4 result)
Mon 10 5 20
Tue 50 1 40
Mon 40 4 10
Wed 30 6
Mon 3
Mon 20 2
one way to sold only column 2 is to use this
=IFERROR(INDEX(B$1:B$7,MATCH(SMALL(B$1:B$7,ROWS(AE$4:AE4)),B$1:B$7,0)),"") but the rest I have no clue.
The results for column 2 to be in oder based on column 3 if column 1 has a certain day to be column 4.
I do not have a example of it I guess copy and past it.
Col 1 Col 2 Col 3 (Col 4 result)
Mon 10 5 20
Tue 50 1 40
Mon 40 4 10
Wed 30 6
Mon 3
Mon 20 2
one way to sold only column 2 is to use this
=IFERROR(INDEX(B$1:B$7,MATCH(SMALL(B$1:B$7,ROWS(AE$4:AE4)),B$1:B$7,0)),"") but the rest I have no clue.