ShikkurDude
Programmer
=IF((B88<>""), (A87+7),"")
I have a worksheet with two columns - A and B. Beginning in row #2, I would like a macro that would do the following two things:
- when a value is entered in column B, the macro should set the value of the same row's column A to 7 more than the previous column A's value.
- the source data for Chart1 should be "grown" at the same time.
In other words, if Chart1's source data was from cells A2-A10 and B2-B10, and now the user just added a value into B11 - the macro should (1) set A11 to A10 + 7, and (2) it should make the source data for Chart1 to A2-A11 and B2-B11.
I have no idea how to do this and would really appreciate some help...
Thanks so much,
E.
I have a worksheet with two columns - A and B. Beginning in row #2, I would like a macro that would do the following two things:
- when a value is entered in column B, the macro should set the value of the same row's column A to 7 more than the previous column A's value.
- the source data for Chart1 should be "grown" at the same time.
In other words, if Chart1's source data was from cells A2-A10 and B2-B10, and now the user just added a value into B11 - the macro should (1) set A11 to A10 + 7, and (2) it should make the source data for Chart1 to A2-A11 and B2-B11.
I have no idea how to do this and would really appreciate some help...
Thanks so much,
E.