Text vs Numbers, trailing spaces?
try highlighting the "lookup" column on your data table. Select text to columns from the data menu and hit finish?
Does it work now?
If not, look for trailing spaces in your table. If this is the case, try making use of the trim function.
good luck
Re: Text vs Numbers, trailing spaces?
I tried them both, but neither one worked.But I do appreciate you trying to help
Just grasping at straws here but are you sure the data is being parsed? If it is space delimited it could appear to be in columns but actually have all the data for one row in the first cell. I've had problems with the parsing on data files generated by other applications before.
Re: Text vs Numbers, trailing spaces?
Could you post your look up formula and the first few rows of your table?
If you are looking up A1 from table, try
=vlookup(A1+0,table,row,0)