C
Cornelius
Hi everyone,
i already searched a lot and it seems like there is no build-in
function in order to relate rows in an excel table.
Although, I am quite certain that a lot of users are confronted with
this or a similar kind of problem. So maybe anyone can share some
advice/ best-practice ...
The Scenario:
I have a table with investments and subinvestments. Users need to
modify and add sub-/ investments. They also want to filter, sort and
search for a certain investment (that's why I use tables).
Therefore I need to develop a solution in order to keep related data
together. As an Investment has a unique name, from a data-perspective
the relation can easily be made using the investment-name and the
column for "sub-/ investment" (child, parent). But what needs to be
done in order to keep them related in excel? Can I modify the standard
sorting behaviour in a certain way?
Also, would a different sorting destroy the standard-order of the
rows. I could therefore introduce a new column with an incremental
number (ID). Unforunately when somebody wants to enter a new
subinvestment, I either need to force the user to insert the new data
at the end of the table (then the user needs to filter in order to
view all rows for a investment alltogether) or I need to write a makro
that updates all the IDs when a new row is inserted somewhere.
Please feel free to share any kind of idea that pops into your mind.
Regards,
Cornelius
i already searched a lot and it seems like there is no build-in
function in order to relate rows in an excel table.
Although, I am quite certain that a lot of users are confronted with
this or a similar kind of problem. So maybe anyone can share some
advice/ best-practice ...
The Scenario:
I have a table with investments and subinvestments. Users need to
modify and add sub-/ investments. They also want to filter, sort and
search for a certain investment (that's why I use tables).
Therefore I need to develop a solution in order to keep related data
together. As an Investment has a unique name, from a data-perspective
the relation can easily be made using the investment-name and the
column for "sub-/ investment" (child, parent). But what needs to be
done in order to keep them related in excel? Can I modify the standard
sorting behaviour in a certain way?
Also, would a different sorting destroy the standard-order of the
rows. I could therefore introduce a new column with an incremental
number (ID). Unforunately when somebody wants to enter a new
subinvestment, I either need to force the user to insert the new data
at the end of the table (then the user needs to filter in order to
view all rows for a investment alltogether) or I need to write a makro
that updates all the IDs when a new row is inserted somewhere.
Please feel free to share any kind of idea that pops into your mind.
Regards,
Cornelius