Hello. I have a table called sms_monitoring and has a [email Contect].
I want to extract the 1st 12 number of the said column.
i have tried this formula
LEFT(INDEX(SPLIT([Email Content], “+”), 2), 12)
but the problem is it still generate text which is not a phone number that i need.
Alternatively if it is a phone number and you want it to make it callable or textable, you can do so by assigning it as a “Phone” type column with “Callable”. “Textable” settings on.
I think a better approach would be to use EXTRACTPHONENUMBERS() function. Dunno if it works for Philippines numbers, but you could give it a shot. Just make sure to set the VC type to “Phone” so it works properly.