I am trying to write a formula given the following:
first column contains list of identifiers, I have created a second column. I would like the second column to be populated by any identifiers containing the text "LX" in the corresponding rows. If the identifier in column 1 does not contain "LX", the corresponding cell in the second column should remain blank.
Something to the effect of an 'if cell A1 contains "LX", then B1 = A1, if not null'