In my source sheet, I have 3 columns for Speaker 1 and 3 columns for Speaker 2 like so
- I'm trying to combine them into one column because i need to generate a document from that.
I use the formula:
=[Speaker 1 First Name]@row + " " + [Speaker 1 Last Name]@row + ", " + [Speaker 1 Credentials]@row
and it works fine, but i need to be able to add a second speaker in the string but only if there is any data. if no data, i need to skip it.
- However, ideally i need to generate two or three different documents because i need them to sign a video form release - is it possible to generate a document for each of them individually?
The release form has a fillable field for 'Your Name' - that's why i'm combining last and first names and credentials together.
thank you!