Hello.
I have 2 columns - one with years 1965 through 2017 and the other with numbers 0 through 15.
I want to make a new list (extract) of years with values greater than 0 (ignore 0) and show the values.
Example:
Col 1 Col 2
1965 2
1966 0
1967 1
1968 3
1969 0
1970 4
New List
Col 1 Col 2
1965 2
1967 1
1968 3
1970 4
Thank you for any help.
Robert
Bookmarks