Match a number in an array
Posted by Scott on August 12, 2001 3:11 PM
I want to be able to match a number in a cell with a number from an array. If there is a match, I want to return a " " value....How can I do this? Example....
A......B.....C.....D.....E
1 7 9 11 13
2 8 17 20 25
3 4 16 30 34
4 11 22 25 38
5 2 14 19 21
VALUE TO MATCH: 30
If 30 is listed in the range (A1:e5), then I want to return a Blank cell...If it doesn't match a number in the list, Then I want to return the Value 30....
Can anyone help?
Thanks, Scott