1.) I need only number in A column so cut that number then past it “B” column
2.) In"C" column only valid for 10 digit mobile number is valid other than that the number is invalid. I will write the output in “D” column.
Is valid or invalid?
This was the one that came to my mind at first to get this done
Hope it didn’t come out with any issue
Maybe we can try with LINQ query but as it has some regex matches to be done, I though this would be very simple and precise rather to make it complicated with other methods