Forum Discussion

JordynMossFPU's avatar
JordynMossFPU
Copper Contributor
Sep 29, 2022
Solved

Changing text in column A based on text in Column B

Hello Experts!   I am trying to find a formula that will allow me to change text in one column based on text in another column. More specifically, we have had turnover of Admissions Counselors, and...
  • OliverScheurich's avatar
    Sep 29, 2022

    JordynMossFPU 

    =IF(NOT(ISNA(MATCH(B2&C2,$G$4:$G$7&$F$4:$F$7,0))),INDEX($H$4:$H$7,MATCH(B2&C2,$G$4:$G$7&$F$4:$F$7,0)),A2)

    Maybe with this formula. Enter the formula with ctrl+shift+enter if you don't work with Office365 or 2021.

    In the example there is a table with new counselors initials for certain territories and cities in range F4:H7. If there is a new counselor the formula returns the initials in column D based on territory and city. If there isn't a new counselor the formula returns the initials of the counselor from column A. 

Resources