W
Wayne
I need a function that will perform the following:
Given a range of (A1:A10) I want to extract the first
occurence of any number and paste the results into
another cell range.
For example:
Column A Column B
10 10
11 11
23 23
54 54
11
23
10
23
Once a number in the range is found and pasted into
Column B the number is ignored throughout the rest of the
range of Column A.
Thanks
Given a range of (A1:A10) I want to extract the first
occurence of any number and paste the results into
another cell range.
For example:
Column A Column B
10 10
11 11
23 23
54 54
11
23
10
23
Once a number in the range is found and pasted into
Column B the number is ignored throughout the rest of the
range of Column A.
Thanks