Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 48
Default Referencing a Cell

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?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Referencing a Cell

Assuming B9 & B10 will house the row references: 215, 274
you could use indirect, eg:
=MIN(INDIRECT("'4 HOUR DATA'!E"&B9&":F"&B10))
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"rhhince" wrote in message
...
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?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,624
Default Referencing a Cell

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?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
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 -


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
cell referencing Michael Excel Worksheet Functions 3 November 4th 07 01:21 PM
Referencing Cell Next To Today's Date Cell Docktondad Excel Discussion (Misc queries) 5 May 16th 07 10:25 PM
referencing a cell MIchel Khennafi Excel Worksheet Functions 3 September 8th 06 05:28 PM
Cell Referencing? Andy Excel Worksheet Functions 0 June 26th 06 03:07 PM
Cell Referencing Silver Excel Discussion (Misc queries) 2 January 11th 05 05:24 PM


All times are GMT +1. The time now is 04:27 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"