F
forefun
Version: 2008
Operating System: Mac OS X 10.4 (Tiger)
Processor: Power PC
I have a workbook that contains descriptions (of products/styles). Some descriptions contain a notation to denote it being discontinued. It is an asterisk at the end of the description. I am trying to create a column of cells with a formula that will return the phrase "DISC" if the description contains an asterisk. If there is no asterisk, I am using "NO".
Here is what I have been unsuccessfully using:
IF(ISNUMBER(SEARCH("*",C3)),("DISC","N")
Operating System: Mac OS X 10.4 (Tiger)
Processor: Power PC
I have a workbook that contains descriptions (of products/styles). Some descriptions contain a notation to denote it being discontinued. It is an asterisk at the end of the description. I am trying to create a column of cells with a formula that will return the phrase "DISC" if the description contains an asterisk. If there is no asterisk, I am using "NO".
Here is what I have been unsuccessfully using:
IF(ISNUMBER(SEARCH("*",C3)),("DISC","N")