I have the following formula in the cells in column S is =IF(Key!AY:AY="NotExist", Key!AZ:AZ,"").
I want to remove the blanks and display just these numbers at the top of column S.
Column S[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]4500429658[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]4500429343[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]4500429117[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]4500434998[/TD]
[/TR]
</tbody>[/TABLE]
I want to remove the blanks and display just these numbers at the top of column S.
Column S[TABLE="class: grid, width: 200"]
<tbody>[TR]
[TD]4500429658[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]4500429343[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]4500429117[/TD]
[/TR]
[TR]
[TD][/TD]
[/TR]
[TR]
[TD]4500434998[/TD]
[/TR]
</tbody>[/TABLE]