Commas are sometimes used as thousand separators in numbers to make them simpler to learn. Nonetheless, when working with numbers in Excel, it’s generally essential to convert them from textual content with commas to numeric values. This may be accomplished utilizing just a few completely different strategies.
One technique is to make use of the FIND and REPLACE features. 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 exchange the comma with nothing. The system to do that is:
=REPLACE(A1,FIND(“,”,A1),1,””)