Forum Discussion

tika2335's avatar
tika2335
Copper Contributor
Dec 19, 2021

formula

if in cell b2 i add 3*5 then the i want my answer in b3 cell 

3 Replies

  • Riny_van_Eekelen's avatar
    Riny_van_Eekelen
    Platinum Contributor

    tika2335 You can create a named formula, eg. called "result" where the formula is like this:

    =EVALUATE(Sheet1!B2)

     

    Then in B3, type =result

    Note that the EVALUATE function is an old Excel 4.0 macro function. Your file needs to be saved as an xlsm file for it to work.