S
Sam via OfficeKB.com
Hi All,
How can I Return Numeric Results across a single Row in consecutive cells -
no blank / empty cells?
I am using the Formula below to Return the Results of Numeric Labels that DO
NOT exist in the two Row arrays $D$6:$BZ$6, $D$16:$BZ$16:
=IF(AND(D3<>$D$6:$BZ$6,D3<>$D$16:$BZ$16),D3,"") - Array entered.
The Numeric Labels in the Row arrays are in sequential ascending order.
When the Results are Returned I get blank cells in between the Results (for
the Numeric Labels that EXist in the above two Row arrays - $D$6:$BZ$6, $D$16:
$BZ$16):
1 2 blank blank 5 blank blank blank 9 blank 11 etc.
How can I Return the Results without blank cells in between? Filling each
cell consecutively - like this:
1 2 5 9 11
Thanks
Sam
How can I Return Numeric Results across a single Row in consecutive cells -
no blank / empty cells?
I am using the Formula below to Return the Results of Numeric Labels that DO
NOT exist in the two Row arrays $D$6:$BZ$6, $D$16:$BZ$16:
=IF(AND(D3<>$D$6:$BZ$6,D3<>$D$16:$BZ$16),D3,"") - Array entered.
The Numeric Labels in the Row arrays are in sequential ascending order.
When the Results are Returned I get blank cells in between the Results (for
the Numeric Labels that EXist in the above two Row arrays - $D$6:$BZ$6, $D$16:
$BZ$16):
1 2 blank blank 5 blank blank blank 9 blank 11 etc.
How can I Return the Results without blank cells in between? Filling each
cell consecutively - like this:
1 2 5 9 11
Thanks
Sam