alecloudenback
New Member
- Joined
- Jun 4, 2008
- Messages
- 2
I want to create a formula in column C that refers to the maximum value in column B, up to that row. I.e. I would like a formula that equates to MAX(B8:*current_row*) where *current_row* is the whatever row the current formula in column C is in.
This is what I am *trying* to do: =IF(B9>MAX(B8:B9),B9*0.05,C8). So if the value in B9 is the largest value up to that point, then it takes 5% of B9, otherwise it takes the previous C value, in this case, C8. And I want the relative positioning of the referenced cells to stay the same, except for B8 to stay the same and B:9 be whatever the current C row is.
I hope that made sense...
Thanks!
This is what I am *trying* to do: =IF(B9>MAX(B8:B9),B9*0.05,C8). So if the value in B9 is the largest value up to that point, then it takes 5% of B9, otherwise it takes the previous C value, in this case, C8. And I want the relative positioning of the referenced cells to stay the same, except for B8 to stay the same and B:9 be whatever the current C row is.
I hope that made sense...
Thanks!