I am combining data in several columns into one single column using this formula:
=OFFSET($F$2:$F$509,MOD(ROW()-ROW(ColumnData1),ROWS($F$2:$F$509)),TRUNC((ROW()-ROW(ColumnData1))/ROWS($F$2:$F$509),0),1,1)
Then I'm using this formula to ignore blank and zero cells, round the number and only look...