Hello,
I am trying to embed a MAKELINK formula within a list, however the list item I want to embed the MAKELINK into is a function of a LOOKUP, and therefore I am struggling with how to format the MAKELINK. See below:
The current List Item title is "Item Name." The current formula for "Item Name" within the list properties tab is...
'List (L1)'. Item Name[LOOKUP: Item Name]
Theoretically, this is what I want to populate the MAKELINK("display text",
The URLs I want to embed are also a function of a list, under the formula...
'PROPERTIES: Item URLS'. URL[LOOKUP: 'Item (List)']
Theoretically, this is what I want to populate the MAKELINK( , URL)
Putting them together as ...
MAKELINK("'List (L1)'. Item Name[LOOKUP: Item Name]", 'PROPERTIES: Item URLS'. URL[LOOKUP: 'Item (List)'])
is not working.
Any suggestions on mistakes I am making, and/or is this caliber of embedment even possible?