C
camron107
i have a formula which works fine...
=HYPERLINK(("\\Gscc1\Rugby\Registration\Databases\Signatures\" &TEXT('Organisations A-F'!J10,"00000"), "Signature of"))
but ive tried manipulating it so it is dependand on the row... using the INDIRECT function:
=HYPERLINK(("\\Gscc1\Rugby\Registration\Databases\Signatures\" &TEXT(INDIRECT('Organisations A-F'!J&ROW(),"00000"), "Signature of")))
with this, i recieve the #NAME? error.... what is wrong with this formula???
the reason i want to do this, is becuase i have created a VB macro which copies this formula along with other information into a new record line every time a user fills out a user form.
Im aware i can write the first formula into row 2 and drag down..., but I did not want to select and drag the formula down the sheet up to row 65366 because this looks unprofessional and my clients get confused!
If you are unsure of what i mean i will explain in more detail, please reply.
any help would be much appreciated...
many thanks. camron
=HYPERLINK(("\\Gscc1\Rugby\Registration\Databases\Signatures\" &TEXT('Organisations A-F'!J10,"00000"), "Signature of"))
but ive tried manipulating it so it is dependand on the row... using the INDIRECT function:
=HYPERLINK(("\\Gscc1\Rugby\Registration\Databases\Signatures\" &TEXT(INDIRECT('Organisations A-F'!J&ROW(),"00000"), "Signature of")))
with this, i recieve the #NAME? error.... what is wrong with this formula???
the reason i want to do this, is becuase i have created a VB macro which copies this formula along with other information into a new record line every time a user fills out a user form.
Im aware i can write the first formula into row 2 and drag down..., but I did not want to select and drag the formula down the sheet up to row 65366 because this looks unprofessional and my clients get confused!
If you are unsure of what i mean i will explain in more detail, please reply.
any help would be much appreciated...
many thanks. camron