Forum Discussion

Adamreead's avatar
Adamreead
Copper Contributor
Dec 11, 2022
Solved

Excel fills unselected cells, and the formula is duplicating without a reason

I'm trying to fill the cells with the right text but i'm facing this issue. can anybody help me with this, plesse?            
  • HansVogelaar's avatar
    HansVogelaar
    Dec 11, 2022

    Adamreead 

    You have two options.

     

    Option 1:

    • Select cell T3.
    • Enter the formula =IF(ISNUMBER(SEARCH(C3,"...")),"O.Two.O","")
    • Replace ... with the Arabic (?) text.
    • Fill down.

    Or:

    Option 2:

    • Select T3:T13612, as in the video.
    • Enter the formula =IF(ISNUMBER(SEARCH(C3:C13612,"...")),"O.Two.O","")
    • Replace ... with the Arabic (?) text.
    • Confirm the formula by pressing Tab or Enter, not by pressing Ctrl+Enter.

Resources