How to Remove 91 from Mobile Number in Excel: A Step-by-Step Guide

If you’ve got a bunch of phone numbers in Excel that all start with "91" and you need to remove that prefix, it’s actually pretty simple. Just follow these quick instructions, and you’ll have clean, standardized numbers in no time. We’ll use a nifty formula to get the job done, and you don’t need to be an Excel wizard to follow along.

Steps to Remove 91 from Mobile Numbers in Excel

Here’s a step-by-step guide to strip away that pesky "91" prefix from your phone numbers in Excel.

Step 1: Open Your Excel File

First things first, open your Excel file with the mobile numbers you want to clean up.

Make sure the numbers are in a single column, say Column A, for simplicity. This will make it easier to follow the next steps.

Step 2: Choose a New Column for Clean Numbers

Pick a blank column where you want the cleaned-up numbers to appear. Let’s use Column B.

This step helps keep your original data intact while you work on the new, cleaned-up version.

Step 3: Enter the Formula

In the first cell of your chosen column (B1), type the formula: =IF(LEFT(A1,2)="91",MID(A1,3,LEN(A1)-2),A1).

This formula checks if the number starts with "91". If it does, it removes those first two digits.

Step 4: Apply the Formula to the Entire Column

Click on the tiny square at the bottom-right corner of the cell with the formula. Drag it down to apply the formula to all the cells in that column.

This will automatically adjust the formula for each row, so you don’t have to type it over and over again.

Step 5: Copy and Paste as Values

Now, select all the cells in Column B with the cleaned numbers. Right-click and choose "Copy". Then right-click again and choose "Paste Special" > "Values".

This step is crucial because it turns the formulas into plain numbers, which is easier to work with.

After you’ve completed these steps, you’ll see that all your mobile numbers are now without the "91" prefix. Your data should look much cleaner and standardized.

Tips for Removing 91 from Mobile Numbers in Excel

  • Double-Check for Spaces: Make sure there are no extra spaces before or after the numbers.
  • Consistency is Key: Ensure all numbers are in the same format before applying the formula.
  • Backup Your Data: Always keep a copy of your original data in case something goes wrong.
  • Use Filters: Apply filters to easily find and check the modified numbers.
  • Test First: Try the formula on a small sample before applying it to the entire column.

Frequently Asked Questions

Can I remove other prefixes using this method?

Yes! Simply adjust the formula to match the prefix you want to remove.

What if my numbers have different lengths?

The formula works regardless of length, as long as the prefix is consistent.

Is there a way to automate this for new data entries?

You can set up a macro to automate this process for future entries.

What if I accidentally delete the wrong data?

If you’ve backed up your data, you can easily revert to the original.

Can this method be used in Google Sheets?

Yes, the same formula should work in Google Sheets with minor adjustments.

Summary

  1. Open your Excel file.
  2. Choose a new column for clean numbers.
  3. Enter the formula.
  4. Apply the formula to the entire column.
  5. Copy and paste as values.

Conclusion

Removing the "91" prefix from mobile numbers in Excel is straightforward once you know the right steps. Using a simple formula, you can quickly clean up your data and ensure consistency across your spreadsheet.

Remember, always back up your original data before making significant changes. This way, you have something to fall back on if things don’t go as planned. And don’t hesitate to experiment with different formulas or tools to find the best solution for your needs.

If you found this guide helpful, why not explore more Excel tips and tricks? There’s always something new to learn that can make your data management tasks even more efficient. Happy number-crunching!

Get Our Free Newsletter

How-to guides and tech deals

You may opt out at any time.
Read our Privacy Policy