how would i make a macro to put a comma at the end of each word all the way down column A
rduster6 2 years ago
you could do this pretty easy by using the concatenate function. =concatenate(CELL,","). That will merge together the text that is in the cell and a comma, then just fill down!
natmadree 2 years ago
how would i make a macro to put a comma at the end of each word all the way down column A
rduster6 2 years ago
you could do this pretty easy by using the concatenate function. =concatenate(CELL,","). That will merge together the text that is in the cell and a comma, then just fill down!
natmadree 2 years ago