Hello, say i have a range of cells on sheet1: A1:E10.
i'd like to copy the value of any cell where the "LEN" of the value in that cell is greater than 6 and less than 9, and create a single colum list of those values on column A of sheet2. the direction (seach by rows or columns) and sort order of the output column is not important.
Can anyone show the vba code to do this?
Thanks!
i'd like to copy the value of any cell where the "LEN" of the value in that cell is greater than 6 and less than 9, and create a single colum list of those values on column A of sheet2. the direction (seach by rows or columns) and sort order of the output column is not important.
Can anyone show the vba code to do this?
Thanks!