[table="width: 500"]
[tr]
[td]ConcatValue = "MD" & Mid(Range("A4").Value, 4, 1) & Right(Range("A4").Value, 5) & Range("G4").Value[/td]
[/tr]
[/table]
Thank you. How would I get that to look down all of column C all the time?
Some follow up questions...I am trying to find code that will look for text in column B. If there is data in column B, I would like code to use concatenate to fill that in in column C. I do not want to use a formula, just code.