I am working with a database and right now I am manually inputting the name along with a specific number value. However some names have multiple number values that are different, right now I am having it where if the person has multiple number values I am placing them in a different row. This is becoming extremely redundant and so if someone knows how I can use vba code to make it a quicker process that'd be great.
For more detail:
I have two columns with names (column A and column B), as of right now all the number codes match with the names of column B, however for my main DB I only care about the names of column A.
And so I first run a lookup to check if the name from column A is in column B if it is print the key code, only issue is that It only prints the first value). Ideally it would print all the codes associated with that specific name separated by a comma and repeat all the way through column A.
If anyone can help ASAP that'd be great!! (Let me know if more info is needed)
For more detail:
I have two columns with names (column A and column B), as of right now all the number codes match with the names of column B, however for my main DB I only care about the names of column A.
And so I first run a lookup to check if the name from column A is in column B if it is print the key code, only issue is that It only prints the first value). Ideally it would print all the codes associated with that specific name separated by a comma and repeat all the way through column A.
If anyone can help ASAP that'd be great!! (Let me know if more info is needed)