Forum Discussion

MartinBreeze's avatar
MartinBreeze
Copper Contributor
Mar 04, 2025
Solved

how to refer the cell text as a parameter ?

Hello,  I need to make some calculations like below. How can I make the cell text as a function parameter ?  I used "cell()" function but it doesn't work like I wanted. I want to change parameter...
  • Riny_van_Eekelen's avatar
    Mar 04, 2025

    Use the INDIRECT function in stead.

    Like this: =MAX(INDIRECT(C3))