Hi all,
I'm currently facing the following problem:
I have a matrix with one column and 10,000+ lines; all cells contain a text string, which contains the characters "Lx", x being the an integer between 1 and 9 (i.e Line1 = TEXT (L1); Line2 = TEXT2 (L3); Line3 = TEXT3 (L2). and so on).
What I'm trying to do is simply copy the content of every cell containing ¨"L6" in the cell immediately next to it (the cells are on column B, and I'd like to copy the ones containing "L6" in column A).
What's the best way to do this? I was thinking of a macro, but I don't know how to insert "contains "L6"" into the argument of the IF function I'd use in that macro.
Many thanks in advance for your help,
Bruno
Bookmarks