I have a list that has items in it that are numbers and text that has numbers in it. If I do this formula
it will find the item that is text, but not the number '555'. Is there someway I can make this work even if it encounters the actual number '555'? Basically, if it is the number 555 or it 'looks like' 555 give a result.
EDIT: New formula problem below. Didn't want to start another thread.
Code:
=MATCH("*555*",$D$5:$DW$5),0)
EDIT: New formula problem below. Didn't want to start another thread.
Last edited:
