[FONT="]I have 6 columns:[/FONT]
[FONT="]A=code,[/FONT]
[FONT="]B=color (drop down list),[/FONT]
[FONT="]C=checked(1) - only "+",[/FONT]
[FONT="]D=checked(2) - only "+", [/FONT]
[FONT="]E=A and B,[/FONT]
[FONT="]F=show E, which checked(1) only.[/FONT]
[FONT="]It looks like this:[/FONT]
[FONT="] A B C D E F[/FONT]
[FONT="]123 black + + 123 black [/FONT]
[FONT="]456 yellow + 456 yellow 456 yellow[/FONT]
[FONT="]123 green + + 123 green[/FONT]
[FONT="]789 green + + 789 green[/FONT]
[FONT="]789 yellow + 789 yellow 789 yellow [/FONT]
[FONT="]Formula for E is =CONCATENATE(A2;" ";B2)[/FONT]
[FONT="]Formula for F is =IF(AND(C2="+";NOT(D2="+"));E2;"")[/FONT]
[FONT="]I need column G, in this column will be all F values without blank cells. [/FONT]
[FONT="]It must be look like this:[/FONT]
[FONT="] A B C D E F G[/FONT]
[FONT="]123 black + + 123 black 456 yellow[/FONT]
[FONT="]456 yellow + 456 yellow 456 yellow 789 yellow[/FONT]
[FONT="]123 green + + 123 green[/FONT]
[FONT="]789 green + + 789 green[/FONT]
[FONT="]789 yellow + 789 yellow 789 yellow [/FONT]
[FONT="]I tried this formula: [/FONT]
[FONT="]=IFERROR(SMALL(IF(ISBLANK($F$1:$F$1000);"";$F$1:$F$1000);ROW(A1));"")[/FONT]
[FONT="]but it is not working. I think that's because blank cells in F is not actually blank, but I don't know what to do.[/FONT]
[FONT="]A=code,[/FONT]
[FONT="]B=color (drop down list),[/FONT]
[FONT="]C=checked(1) - only "+",[/FONT]
[FONT="]D=checked(2) - only "+", [/FONT]
[FONT="]E=A and B,[/FONT]
[FONT="]F=show E, which checked(1) only.[/FONT]
[FONT="]It looks like this:[/FONT]
[FONT="] A B C D E F[/FONT]
[FONT="]123 black + + 123 black [/FONT]
[FONT="]456 yellow + 456 yellow 456 yellow[/FONT]
[FONT="]123 green + + 123 green[/FONT]
[FONT="]789 green + + 789 green[/FONT]
[FONT="]789 yellow + 789 yellow 789 yellow [/FONT]
[FONT="]Formula for E is =CONCATENATE(A2;" ";B2)[/FONT]
[FONT="]Formula for F is =IF(AND(C2="+";NOT(D2="+"));E2;"")[/FONT]
[FONT="]I need column G, in this column will be all F values without blank cells. [/FONT]
[FONT="]It must be look like this:[/FONT]
[FONT="] A B C D E F G[/FONT]
[FONT="]123 black + + 123 black 456 yellow[/FONT]
[FONT="]456 yellow + 456 yellow 456 yellow 789 yellow[/FONT]
[FONT="]123 green + + 123 green[/FONT]
[FONT="]789 green + + 789 green[/FONT]
[FONT="]789 yellow + 789 yellow 789 yellow [/FONT]
[FONT="]I tried this formula: [/FONT]
[FONT="]=IFERROR(SMALL(IF(ISBLANK($F$1:$F$1000);"";$F$1:$F$1000);ROW(A1));"")[/FONT]
[FONT="]but it is not working. I think that's because blank cells in F is not actually blank, but I don't know what to do.[/FONT]