I need to generate a CODE with the data from two cells for a project tracker,
for instance: A1 = 24-10-2016, B1 = Adam Smith, My code in cell C1 should be "AS-1024", I have created this,
But, If there are duplicate values in column C like,
Consider Adam Smith and Aaron Swartz both got task on same day and they are entering in the tracker. the result for both the CODE will be "AS-1024" if use regular functions,
in manual process we use small letter alphabet as suffix to the code to avoid duplication (Eg: AS-1024(for first entry), (from second duplicate entry AS-1024a. AS-1024b) so on for when adding new task on same day.
Can anyone suggest a code so, When some one enters task, system should look Column C, if there are any duplicates it should add suffix, if there are no duplicates there should not be any suffix.
Can even suggest any program to enter in VB to attain this, i am open to keep a button "Generate" so it creates the code.
Thanks in advance
Arun
for instance: A1 = 24-10-2016, B1 = Adam Smith, My code in cell C1 should be "AS-1024", I have created this,
But, If there are duplicate values in column C like,
Consider Adam Smith and Aaron Swartz both got task on same day and they are entering in the tracker. the result for both the CODE will be "AS-1024" if use regular functions,
in manual process we use small letter alphabet as suffix to the code to avoid duplication (Eg: AS-1024(for first entry), (from second duplicate entry AS-1024a. AS-1024b) so on for when adding new task on same day.
Can anyone suggest a code so, When some one enters task, system should look Column C, if there are any duplicates it should add suffix, if there are no duplicates there should not be any suffix.
Can even suggest any program to enter in VB to attain this, i am open to keep a button "Generate" so it creates the code.
Thanks in advance
Arun