Commas are sometimes used as thousand separators in numbers to make them simpler to learn. Nonetheless, when working with numbers in Excel, it’s typically essential to convert them from textual content with commas to numeric values. This may be finished utilizing just a few totally different strategies.
One methodology is to make use of the FIND and REPLACE capabilities. The FIND operate can be utilized to search out the place of the comma within the textual content string, and the REPLACE operate can then be used to switch the comma with nothing. The formulation to do that is:
=REPLACE(A1,FIND(“,”,A1),1,””)