I'm looking to concatenate the values in the same row for two separate columns, e.g., A1 and B1, into column C1, and to complete this task whenever values change in an identified range, e.g., A1:B10. I will in turn use the concatenated values in column C in my code, e.g., using vlookup. I...