R
ridemore
how can i designate one cell as a variable to be used in moving average or
max/min formulas?
max/min formulas?
JulieD said:Hi
=MAX(INDIRECT("A1:A" & C1 & ""))
where C1 contains the value of "N"
Cheers
JulieD