Inserting offset cells values into formula
Closed
trying hard
-
Mar 9, 2010 at 04:19 PM
trying hard Posts 1 Registration date Tuesday March 9, 2010 Status Member Last seen March 10, 2010 - Mar 10, 2010 at 07:25 AM
trying hard Posts 1 Registration date Tuesday March 9, 2010 Status Member Last seen March 10, 2010 - Mar 10, 2010 at 07:25 AM
Related:
- Inserting offset cells values into formula
- Based on the values in cells b77 b81 ✓ - Excel Forum
- Mouse pointer is offset - Guide
- 1st, 2nd, 3rd position formula in excel ✓ - Office Software Forum
- Two values to find on the same cell ✓ - Excel Forum
- Return Seq Values Until Blank value then return different set of seq values ✓ - Excel Forum
2 replies
venkat1926
Posts
1864
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
810
Mar 9, 2010 at 09:06 PM
Mar 9, 2010 at 09:06 PM
how does this 14.95 and 15.07 obtained? perhaps you have to give a longer data. where does it start
trying hard
Posts
1
Registration date
Tuesday March 9, 2010
Status
Member
Last seen
March 10, 2010
Mar 10, 2010 at 07:25 AM
Mar 10, 2010 at 07:25 AM
A formula determines whether conditions are met in the price data (Columns B - E) and in a number of calculated technical factors (Columns F-I). The BUY/SELL (Column J) is determined by =IF() condition based on individual values, averages, and other formulas based on the other data in the columns to the right of J. I tried to paste it in with formulas, but it is too long and looked even more confusing. Once the BUY or SELL is chosen, Column K asks: =IF(J194<>J195,B193,"H") or for example, when the lower cell below J195 <> J194 (BUY <> SELL) then it chooses a price from one of the Columns B-E, if they are equal (BUY=BUY) it chooses "H" (this is arbitrary, call it HOLD, to facilitate filtering and sorting). The problem is finding the last BUY in column J that has a selected price in column K rather than an "H" and pairing the SELL/BUT in that fashion. With daily data running back through 1998 and my desire to test multiple criteria, the BUY/SELL column and the Price/H column are the ones I wish to focus on. Hope this added clarity to the question. Please let me know if you need more. Thanks.