Forum Discussion
MartinBreeze
Mar 04, 2025Copper Contributor
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...
- Mar 04, 2025
Use the INDIRECT function in stead.
Like this: =MAX(INDIRECT(C3))
Riny_van_Eekelen
Mar 04, 2025Platinum Contributor
Use the INDIRECT function in stead.
Like this: =MAX(INDIRECT(C3))