He goes over a little too fast for my newbie ears:
I managed to adapt the formula to extract data from non adjacent COLUMN(S), but I don't understand the following:
The formula: =IF(ROWS(D$2:D2)>COUNTA($A$2:$A$11),"",INDEX($A$2:$A$11,AGGREGATE(15,6,(ROW($A$2:$A$11)-ROW($A$2)+1)/($A$2:$A$11<>""),ROWS(D$2:D2))))
The video: https://www.youtube.com/watch?v=cMchVJe7TDs
thanks!
I managed to adapt the formula to extract data from non adjacent COLUMN(S), but I don't understand the following:
- What part the AGGREGATE and SMALL functions play?
- Why he has to subtract the second ROW reference and divide?
- What the <> operator means
- What part the ROWS reference plays
- Not too concerned about the IF portion since it's just to remove the NUM errors, but more curious about the Index on wards
The formula: =IF(ROWS(D$2:D2)>COUNTA($A$2:$A$11),"",INDEX($A$2:$A$11,AGGREGATE(15,6,(ROW($A$2:$A$11)-ROW($A$2)+1)/($A$2:$A$11<>""),ROWS(D$2:D2))))
The video: https://www.youtube.com/watch?v=cMchVJe7TDs
thanks!