Forum Discussion

RDKFlorida's avatar
RDKFlorida
Copper Contributor
Jul 05, 2023
Solved

Excel

Need a formula in cell B that will copy the contents of cell A to Cell B if cell contains a '$' I have over 10,000 rows of data.   Jul-16   06/16/16 DELTA AIR LINES   ATLANTA   DELT...
  • Mike_Y_123's avatar
    Jul 05, 2023
    Put this into cell B1...
    =IF(ISNUMBER(FIND("$",A1)),A1,"")

    Then copy it down as required

Resources