Hi. I have what I hope is an easy question. Let's say I have a series of numbers in cells in a row (or in a whole worksheet, for that matter), for instance, a typical cell might contain:
24, 1 2009
...and I only want to keep one type of number in that cell - like say a four-digit number (i.e. a year value like 2009 above) - and delete the rest. So that would be deleting every number in a range of 0-999, or alternately, every number where x<1000.
How can one do this?
Thanks.
24, 1 2009
...and I only want to keep one type of number in that cell - like say a four-digit number (i.e. a year value like 2009 above) - and delete the rest. So that would be deleting every number in a range of 0-999, or alternately, every number where x<1000.
How can one do this?
Thanks.