I'm trying to figure out how to turn the following into a function:
Rather than referencing G2 and F2 I'd like the function to automatically reference the cell two to the left and one to the left respectively. Any help is appreciated!
Code:
=IF(AND(G2<>"",F2<>""),CONCATENATE(F2,"; ",G2),CONCATENATE(F2,G2))