I have the following 3 formulas. Is it possible to combine them into one or write a macro for them.
=IF(LEFT(C:C)="R",G:G&" Rack")
=IF(AND(LEFT(C:C)="R",RIGHT(C:C)="B"),G:G&" BLM Rack")
=IF(RIGHT(C:C)="B",G:G&" BLM",IF(RIGHT(C:C,1)="C",G:G&" BLM",IF(LEFT(C:C,3)="TRT",G:G&" TRT",G:G)))