Pete, thank you for that.
I'm tailoring this to suit my purposes - it is working beautifully.
I just have one more question, if I may... In order to generate the notes showing what sort of booking I have, I'm concatenating as follows:
=CONCATENATE("WEDDING ",'[Celebrant Spreadsheet.xlsm]General details'!$A2)
=CONCATENATE("NOIM Lodgement ",'[Celebrant Spreadsheet.xlsm]General details'!$A2)
=CONCATENATE("Rehearsal ",'[Celebrant Spreadsheet.xlsm]General details'!$A2)
... and then the following three cells should increment the reference "General details" to $A3. must be incremented by 1, so that it's :
=CONCATENATE("WEDDING ",'[Celebrant Spreadsheet.xlsm]General details'!$A3)
=CONCATENATE("NOIM Lodgement ",'[Celebrant Spreadsheet.xlsm]General details'!$A3)
=CONCATENATE("Rehearsal ",'[Celebrant Spreadsheet.xlsm]General details'!$A3)
Clearly that is going to be far too difficult to copy and edit manually. Is there an easy way to achieve the result I need?
Bookmarks