Forum Discussion
anniethoang
Aug 01, 2023Copper Contributor
Automatic content fill-in in a new column
Hi - I need help categorizing content/ auto-fill from the column A to column B. For example, all the cells in column A with "Argentina" automatically abbreviates to "AR" in corresponding row in colum...
anniethoang
Aug 02, 2023Copper Contributor
is there a simpler way with no code?
OliverScheurich
Aug 02, 2023Gold Contributor
You could apply INDEX and MATCH along with a reference table. INDEX and MATCH with reference table should be simpler than VBA. However the formula has to be draged down which could slow down the file.