Forum Discussion

bwy1129's avatar
bwy1129
Copper Contributor
Mar 27, 2022
Solved

I Need help designing a LET() function properly.

My problem revolves around creating a range, using variables provided by the LET() function, to create a proper range for a MAX() function. The variables are row numbers. Background: I weigh mysel...
  • Starrysky1988's avatar
    Mar 27, 2022
    Why don't you use Indirect function.
    =Max(Indirect("Meter!D6:D"&RowIDnow)

Resources