Forum Discussion

Jamie125's avatar
Jamie125
Copper Contributor
Jun 01, 2023
Solved

Copy one cells value if another cell has certain text.

Hi all, this is my first post as I'm at a loss as to if this is possible and I'll do my best to explain. I have lots of different text in a column which has a value in another column eg.           ...
  • OliverScheurich's avatar
    Jun 01, 2023

    Jamie125 

    =IF(ISNUMBER(SEARCH("text",A1)),B1,"")

    Maybe with this formula.

     

Resources