D
dipsy
I have 2 columns in a file -
1. Project numbers
2. Plan id
If there is no project no. then I want to take the plan id
and assign it to the project no. I have done this with
formula:
IF(C12="",A12&1) - The last number "1" - I want to
increment it for all the lines for a particular group that
do not have project nos.
So for Group 1 that has 10 items in Plan and of them 6
have Project ids - I would like to have the Planids but
with 1 at the end and then 2 at the end and so forth till
4 at end. SBUBBD1, SBUBBD2, SBUBBD3, SBUBBD4
I would like to do it through VBA.
TIA.
1. Project numbers
2. Plan id
If there is no project no. then I want to take the plan id
and assign it to the project no. I have done this with
formula:
IF(C12="",A12&1) - The last number "1" - I want to
increment it for all the lines for a particular group that
do not have project nos.
So for Group 1 that has 10 items in Plan and of them 6
have Project ids - I would like to have the Planids but
with 1 at the end and then 2 at the end and so forth till
4 at end. SBUBBD1, SBUBBD2, SBUBBD3, SBUBBD4
I would like to do it through VBA.
TIA.