Hi Folks,
I have (Column F) that contains a string of "text" with the words "Measured" or "Non Measured" found in most of them. I have been able to categorise these records with the following formula
=(IF(SEARCH($N$1,F2)=1,"Measured","Non Measured"))
My challenge is that if there is no indication of these two words, then i get the return error of #VALUE!. I need to say that anything that is not "Measured" should be "Non Measured"
So if I have "Measured" in the first character, then should be "Measured", otherwise every other instance should be "Non Measured"
Any assistance would be appreciated
Thanks
I have (Column F) that contains a string of "text" with the words "Measured" or "Non Measured" found in most of them. I have been able to categorise these records with the following formula
=(IF(SEARCH($N$1,F2)=1,"Measured","Non Measured"))
My challenge is that if there is no indication of these two words, then i get the return error of #VALUE!. I need to say that anything that is not "Measured" should be "Non Measured"
So if I have "Measured" in the first character, then should be "Measured", otherwise every other instance should be "Non Measured"
Any assistance would be appreciated
Thanks