Forum Discussion

Phobosd's avatar
Phobosd
Copper Contributor
Mar 28, 2020
Solved

[SOLVED]Using another sheet like function

Hi!   It is general question about Excel. No certain examples i can attach.   I have 2 sheets. "Sheet 1" contains input data columns and result column. "Sheet 2" calculates result using many oper...
  • Riny_van_Eekelen's avatar
    Mar 29, 2020

    Phobosd What you describe is achieved by User Defined Functions (requires VBA programming) or by what is often referred to as "helper" columns, where each column contains a formula that solves part of the problem. The attached workbook contains a very simple example of both. You only need to imagine that the three calculations in this example are in fact the "hard calculations too complicated to be described with one formula" that you mentioned.