now i need to know how i can ignore blanks, becuase one problem that i have found, which annoys me very much and is sometimes not easy to detect at first is, lets say you have 2 strings, that are supposed to be the same "string" and "string ", but they are not the same because the 2nd instance of string has the space right after it, so is there anyway of saying, take the first string in the cell, and ingnore all blanks so that you only have a set of characters, and find its match, ignoring its blank spaces as well, or is it not possible because the 2nd string has the blanks and you cant tell it ahead of time to ingore that blanks, i was hoping theyre would be a mechanism that would search for strings, ingoring blanks, is there?? thanks