Hi- I am working on a spreadsheet storing information about purchases. If someone buys a single item, the cell states "single item ###" (the ### being the code of the item). If not, there is a random string of letters and numbers. I have made an if statement stating that If the cell has the words "single item" it will give me the content of the cell to the left. If not, it will give me 0.
Instead of the if statement returning the content of the cell to the left, I want the formula to look up the actual single product number (stated above as "###") and give me that.
Here is the lookup formula I used: =IF(ISNUMBER(SEARCH("single issue",E7)),E7,0)
I'm not sure if i have to do a v look or extra a number, etc.
I appreciate any help you can give!
Instead of the if statement returning the content of the cell to the left, I want the formula to look up the actual single product number (stated above as "###") and give me that.
Here is the lookup formula I used: =IF(ISNUMBER(SEARCH("single issue",E7)),E7,0)
I'm not sure if i have to do a v look or extra a number, etc.
I appreciate any help you can give!