G
Guest
This is challenging for me. I hope some in this community can help.
We are trying to convert a rather complex XL spreadsheet of financial
investments into a database. The reason is that the system has to be more
robust and structured. People have been entering formulae and macros (many
are undocumented and don't work any more) and the spreadsheet is now very
unreliable.
If we convert to Access, we would import the current verified data as static
tables and then every month, a number of new records would be appended from
downloads. This is no problem.
The problem is that the vast majority of the current calculations in XL
invoke numbers coming from all over the place and across sheets, both with
relative and absolute references.
So, while on one hand we could reproduce the formuale in Access, on the
other (as far as I know), calculations in a query only work within the same
line record and I don't think that we can recreate an XL calculation such as
S24 = D10*C55+$F$15/365, i.e. taking numbers from discontinuos fields above
and below the current record.
Is there a practical way of addressing this issue, without having to write
horrendously complicated code?
Thank you everybody in advance for any creative suggestion.
We are trying to convert a rather complex XL spreadsheet of financial
investments into a database. The reason is that the system has to be more
robust and structured. People have been entering formulae and macros (many
are undocumented and don't work any more) and the spreadsheet is now very
unreliable.
If we convert to Access, we would import the current verified data as static
tables and then every month, a number of new records would be appended from
downloads. This is no problem.
The problem is that the vast majority of the current calculations in XL
invoke numbers coming from all over the place and across sheets, both with
relative and absolute references.
So, while on one hand we could reproduce the formuale in Access, on the
other (as far as I know), calculations in a query only work within the same
line record and I don't think that we can recreate an XL calculation such as
S24 = D10*C55+$F$15/365, i.e. taking numbers from discontinuos fields above
and below the current record.
Is there a practical way of addressing this issue, without having to write
horrendously complicated code?
Thank you everybody in advance for any creative suggestion.