Hello,
I'm trying to assign numbers to different Products using VBA. For example, if in "Products" column product "REG_AA" appears I want to assign it a number, if it doesn't appear I want to assign the next item in the list the number and go in series. If the product "REG_AA" didn't show up on the list I would assign EXP_AA the number "1". Thanks!
I'm trying to assign numbers to different Products using VBA. For example, if in "Products" column product "REG_AA" appears I want to assign it a number, if it doesn't appear I want to assign the next item in the list the number and go in series. If the product "REG_AA" didn't show up on the list I would assign EXP_AA the number "1". Thanks!
Invoice Grouping | Products |
1 | REG_AA |
1 | REG_AA |
1 | REG_AA |
2 | EXP_AA |
2 | EXP_AA |
3 | REG_CA |
3 | REG_CA |
3 | REG_CA |