WayneBrady
New Member
- Joined
- Nov 6, 2019
- Messages
- 2
Hi Guys,
i just completed my registration as I guess you are playing the Championsleague of Excel, so I think it is the best place for a special question.
Think about a workbook having 2 sheets, the first sheet has multiple lines meaning multiple records with the same structure. The columns represent some parameters, while one column should show a calculated value.
Now comes the tricky part: The calculation of this value is so complex, that it has been put on an existing sheet (Sheet 2) using multiple references and formulas.
Would it be possible to do the following:
for each record/line in Sheet 1
copy value of the existing line in the fields in Sheet 2
copy the calculated value from sheet 2 into the column of the current record on Sheet 1
next record/line
without using VBA? So i thought about a formula which allows this "passive" calculation.
I hope this makes sense at all, if it is not understandable, please let me know.
Thank you for any hints!
i just completed my registration as I guess you are playing the Championsleague of Excel, so I think it is the best place for a special question.
Think about a workbook having 2 sheets, the first sheet has multiple lines meaning multiple records with the same structure. The columns represent some parameters, while one column should show a calculated value.
Now comes the tricky part: The calculation of this value is so complex, that it has been put on an existing sheet (Sheet 2) using multiple references and formulas.
Would it be possible to do the following:
for each record/line in Sheet 1
copy value of the existing line in the fields in Sheet 2
copy the calculated value from sheet 2 into the column of the current record on Sheet 1
next record/line
without using VBA? So i thought about a formula which allows this "passive" calculation.
I hope this makes sense at all, if it is not understandable, please let me know.
Thank you for any hints!