View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
rhhince[_2_] rhhince[_2_] is offline
external usenet poster
 
Posts: 48
Default Referencing a Cell

Thanks a bundle. This will save me hours of laborious work. There are
brilliant minds out there. Hopefully, I will be able to share the same
experience down the line.
Yours truly,

RH




On Jan 1, 7:28*pm, JE McGimpsey wrote:
One way:

AT9: *=MIN(INDIRECT("'4 HOUR DATA'!E" & B9 + 1 & ":F" & B10))

In article
,



*rhhince wrote:
I like to do some backtesting, but I find it long and tedious to check
a strategy. This is what I would like:


I have a number in B9, ie. 214
I have a number in B10, ie. 274


I have a formula in AT9 which is: *=MIN('4 HOUR DATA'!$E215:$F274)


I would like to modify the formula to automatically pick the number
after $E and after $F without manually placing them in.


Is there an excel formula for that?- Hide quoted text -


- Show quoted text -