metropical
New Member
- Joined
- Dec 23, 2008
- Messages
- 33
I've asked a version of this earlier, but my reasoning was wrong.
for lack of a better description....
Here's the data:
Disregard the XTY column.
Otherwise, columns A, B, & C are shown for calcs in D & E not shown.
In order to calculate fees.
IF (odd/even pairs) A1:2 both start with the same 3 or 4 letters (symbol)
AND B1:2 are both ("* Close")
THEN E2 = SUM C1:2/100* 1.50
THEN D2 = 14
OR
IF (odd/even pairs) A1:2 both start with the same 3 or 4 letters (symbol)
AND either B1 or B2 (but not both) is ("* Close")
THEN E2 = SUM C1:2/100* .75
THEN D2 = 7
By "odd even pairs" I mean comparing 2 rows at a time starting with an odd row each time.
Is there a way to write this formula, or is this beyond the scope of Excel?
I'm using an older version (X for Max, aka 2001), if that matters.
Thanks. Hope this is understandable.
for lack of a better description....
Here's the data:
Disregard the XTY column.
Otherwise, columns A, B, & C are shown for calcs in D & E not shown.
In order to calculate fees.
IF (odd/even pairs) A1:2 both start with the same 3 or 4 letters (symbol)
AND B1:2 are both ("* Close")
THEN E2 = SUM C1:2/100* 1.50
THEN D2 = 14
OR
IF (odd/even pairs) A1:2 both start with the same 3 or 4 letters (symbol)
AND either B1 or B2 (but not both) is ("* Close")
THEN E2 = SUM C1:2/100* .75
THEN D2 = 7
By "odd even pairs" I mean comparing 2 rows at a time starting with an odd row each time.
Is there a way to write this formula, or is this beyond the scope of Excel?
I'm using an older version (X for Max, aka 2001), if that matters.
Thanks. Hope this is understandable.
Last edited: