Hello,
Currently, have a table as below
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Symbol [/TD]
[TD]Value [/TD]
[TD]Group [/TD]
[/TR]
[TR]
[TD]ABCD [/TD]
[TD]95[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]CGRD[/TD]
[TD]80[/TD]
[TD]Oranges[/TD]
[/TR]
</tbody>[/TABLE]
Cell B2 has a formula = vlookup(a2,'\\fs\gd\[PVO Q4 2018.xlsx]Main Sheet'!$A:$Z,18,0). The A2 value can be a part of a different file link, dependent on C2. For example, the file link for C2 could be \\fs\gd\[PVO Q4 2018.xlsx]Main Sheet'!$A:$Z,18,0), and the file link for C3 could be '\\fs\gd\[MNO Q4 2018.xlsx]Value Sheet'!$A:$Z,16,0). We have multiple rows up to 150 rows. Currently, we manually update for formulas for each group with respective file link by filtering for specific groups and updating the formulas respectively. Looking for a more efficient process, where if the unique group values have distinct file link and if that gets updated MOM, we only need to update the file link for the unique group value.
Thank you and appreciate the assistance.
Currently, have a table as below
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Symbol [/TD]
[TD]Value [/TD]
[TD]Group [/TD]
[/TR]
[TR]
[TD]ABCD [/TD]
[TD]95[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]CGRD[/TD]
[TD]80[/TD]
[TD]Oranges[/TD]
[/TR]
</tbody>[/TABLE]
Cell B2 has a formula = vlookup(a2,'\\fs\gd\[PVO Q4 2018.xlsx]Main Sheet'!$A:$Z,18,0). The A2 value can be a part of a different file link, dependent on C2. For example, the file link for C2 could be \\fs\gd\[PVO Q4 2018.xlsx]Main Sheet'!$A:$Z,18,0), and the file link for C3 could be '\\fs\gd\[MNO Q4 2018.xlsx]Value Sheet'!$A:$Z,16,0). We have multiple rows up to 150 rows. Currently, we manually update for formulas for each group with respective file link by filtering for specific groups and updating the formulas respectively. Looking for a more efficient process, where if the unique group values have distinct file link and if that gets updated MOM, we only need to update the file link for the unique group value.
Thank you and appreciate the assistance.