I am working warehouse and I have to tick and cross on the paper if the item is back or not. but I want to make it easy using Excel.
I manage to create a function where if Search cell and the tracking ID is matched and then display the text word "HERE!" or highlight but when I change the incorrect tracking ID in the search cell, the word "HERE!" will disappear. What I want to do is, How do I add new text Yes and freeze whenever the word appears "HERE!" right next to it, If I change the tracking ID in the search, Here! text will be in a different cell, but Yes text should be in the same cell and not disappear whenever the word "HERE!" disappear.
Please see screenshot
As you can see, Cell A1 is a search, I enter A3 cell function =IF(C3 = $A$1, "HERE!","")
and autofill all the way to down, this method is only Appear word HERE! whenever the search cell and the tracking ID are matched. The word "Here!" will disappear in whenever the Search cell is blank. The main thing I want is, In Cell B column, I want to automatically Add new text "Yes" and freeze the text after Word "Here!" appear even if the search cell is empty after typing tracking ID.
Anyone give me a solution would be great, I only want to use the function, not Visual Studio or any code, because I can edit on a smartphone.