Hi all,
I am in need of an all encompassing formula to copy only cells with alpha contents.
I have attached a spreadsheet to display this. Column A is the copy source and column F is the desired result location.
thanks in advance
Leigh
Hi all,
I am in need of an all encompassing formula to copy only cells with alpha contents.
I have attached a spreadsheet to display this. Column A is the copy source and column F is the desired result location.
thanks in advance
Leigh
Try this ...
=IFERROR(INDEX(A:A,SMALL(IF(ISNUMBER(SEARCH($A$1:$A$14,"ABCDEFGHIJKLMNOPQRSTUVWXYZ")),ROW($A$1:$A$14),""),ROWS($A$1:A1))),"")
Array formula, enter with Ctrl+Shift+Enter.
Hi Phoucam,
you absolutely nailed this!!
thank you so much
Leigh
You are welcome.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks