Hello,
I am attempting to resolve an issue with tracking (and thus recalling) certain attributes that are transferred between records in a workbook. Here are the details -
Sheet 1 contains data for owners in a business. Names are vertically listed in column A, and each name (row) has corresponding values in columns B, C, D and so on. The values represent each person's ownership in a business over the course of time. Essentially each name is a record.
Subsequent worksheets in the workbook isolate year-by-year segments from the data on Sheet 1, and display the relevant owners (those with a > 0% interest) for that year. A new worksheet for the current year is created by copying the prior year worksheet, and a filter adjusts to display relevant owners. Calculations for the current year are preformed on the worksheet. As time goes on and ownership is transferred from old owners (transferors) to new owners (transferees), the old owners fall off the current year worksheet.
The issue is that their are certain attributes that must follow the transfer. For example, if owner 1 transfers to owner 2 in year 5, the prior 4 years of i.e. profit share must be associated and reported under the new owner (owner 2), even though the old owner (owner 1) is no longer an owner displayed in the current year. It's a "bouncing-ball" problem, almost like tracking a serial number of a dollar bill over time as it transfers ownership from buyer to seller and so on.
I've tried working out numerous ideas on how to accomplish this in a relative "automatic" fashion - that is without a user having to manually go back to prior years and link the attributes that transferred. The transferors (old owners) must be associated with the transferees (new owners) in a way to easily recall the (old) transferor's transferred attributes under the (new) transferee's name, even when the transferor is no longer relevant in the current year (or only to the extent there were attributes that transferred.)
Perhaps this is something best done in another program, but as of now I am limited to Excel. Macros are not an availably option either.
Greatly appreciate any and all ideas or suggestions. Thank you in advance.
I am attempting to resolve an issue with tracking (and thus recalling) certain attributes that are transferred between records in a workbook. Here are the details -
Sheet 1 contains data for owners in a business. Names are vertically listed in column A, and each name (row) has corresponding values in columns B, C, D and so on. The values represent each person's ownership in a business over the course of time. Essentially each name is a record.
Subsequent worksheets in the workbook isolate year-by-year segments from the data on Sheet 1, and display the relevant owners (those with a > 0% interest) for that year. A new worksheet for the current year is created by copying the prior year worksheet, and a filter adjusts to display relevant owners. Calculations for the current year are preformed on the worksheet. As time goes on and ownership is transferred from old owners (transferors) to new owners (transferees), the old owners fall off the current year worksheet.
The issue is that their are certain attributes that must follow the transfer. For example, if owner 1 transfers to owner 2 in year 5, the prior 4 years of i.e. profit share must be associated and reported under the new owner (owner 2), even though the old owner (owner 1) is no longer an owner displayed in the current year. It's a "bouncing-ball" problem, almost like tracking a serial number of a dollar bill over time as it transfers ownership from buyer to seller and so on.
I've tried working out numerous ideas on how to accomplish this in a relative "automatic" fashion - that is without a user having to manually go back to prior years and link the attributes that transferred. The transferors (old owners) must be associated with the transferees (new owners) in a way to easily recall the (old) transferor's transferred attributes under the (new) transferee's name, even when the transferor is no longer relevant in the current year (or only to the extent there were attributes that transferred.)
Perhaps this is something best done in another program, but as of now I am limited to Excel. Macros are not an availably option either.
Greatly appreciate any and all ideas or suggestions. Thank you in advance.