Can't Drag Formula
Hi
I am trying to drag this formula D3 of the lower table but it doesn't over write the previous incorrect values?:
IF(ISBLANK(Strategy::$D$3), 0,
IF(LEFT(Strategy::$D$3, 2) = "LC",
IF($A3 < Strategy::$D$9, MINUS(Strategy::$D$13), MAX($A3 - Strategy::$D$9, 0) - Strategy::$D$13),
IF(LEFT(Strategy::$D$3, 2) = "LP",
IF($A3 < Strategy::$D$9, MINUS(Strategy::$D$13), MAX($C$6 - B36, 0) - $C$23),
""
)
)
)
It was difficult with Column F of the same second table but I replaced the data format "Multiple" with "Number" for the rows below where I was dragging down and it worked but not for Col D?
MacBook Pro 15″