Hi Everyone,
I've run into a little roadblock, and any help would be greatly appreciated!
Right now, I have a few hundred cells, and within each cell, there are different number of values separated by commas. Each cell to the right of the cell has different values but the same exact number of values.
Ex: Cell A1 = 4,7,2,6.4 Cell B1 = 5,12,2,5
Cell A2 = 5,2 Cell B2 = 7,1
I want to multiply the values separated by commas together in column C. For instance, Cell C1 would equal 4*5+7*12+2*2+6.4*5.
I cannot use text to columns and then convert into numerical values because other data will be overwritten. I prefer using excel formulas, but if I have to use VBA that's fine too.
Thanks!
I've run into a little roadblock, and any help would be greatly appreciated!
Right now, I have a few hundred cells, and within each cell, there are different number of values separated by commas. Each cell to the right of the cell has different values but the same exact number of values.
Ex: Cell A1 = 4,7,2,6.4 Cell B1 = 5,12,2,5
Cell A2 = 5,2 Cell B2 = 7,1
I want to multiply the values separated by commas together in column C. For instance, Cell C1 would equal 4*5+7*12+2*2+6.4*5.
I cannot use text to columns and then convert into numerical values because other data will be overwritten. I prefer using excel formulas, but if I have to use VBA that's fine too.
Thanks!