Hi,
I am trying to improve a template that will be used by alot of people on a weekly basis, and my goal is to make it as automatic as possible. Some columns need to be updated every week by the users, currently by changing the cell reference (marked in red) in this formula:
=IFERROR(HLOOKUP(0;data_conversion!C9:DB9;1;FALSE);-1)
As you can imagine this is both time consuming and inefficient, especially since some people are not even used to excel formulas...
The cell reference is changed by one cell to the right every week, eg. C9:DB9 week 1, D9:DC9 week 2 and so on. Can this be done automatically by combining functions? Preferrably I would like to link the table_array to a cell that can be changed manually. If possible I would like to avoid using macros, but that may not be possible.
I really appreciate your help on this matter since I have not found a solution yet!
BR,
Patrik
I am trying to improve a template that will be used by alot of people on a weekly basis, and my goal is to make it as automatic as possible. Some columns need to be updated every week by the users, currently by changing the cell reference (marked in red) in this formula:
=IFERROR(HLOOKUP(0;data_conversion!C9:DB9;1;FALSE);-1)
As you can imagine this is both time consuming and inefficient, especially since some people are not even used to excel formulas...
The cell reference is changed by one cell to the right every week, eg. C9:DB9 week 1, D9:DC9 week 2 and so on. Can this be done automatically by combining functions? Preferrably I would like to link the table_array to a cell that can be changed manually. If possible I would like to avoid using macros, but that may not be possible.
I really appreciate your help on this matter since I have not found a solution yet!
BR,
Patrik