RecoveryDharma / Meetings

Repository to coordinate the IT needs for the Recovery Dharma Meeting List.
1 stars 0 forks source link

Add column for Meeting ID only (so people can call in) #12

Closed unity1979 closed 3 years ago

unity1979 commented 4 years ago

Use a function to parse out the Meeting ID if there is a zoom link.

unity1979 commented 4 years ago

Current formula for reading out Meeting ID from a URL stands: =REGEXREPLACE(REGEXREPLACE(REGEXREPLACE(ENTER_CELL_ELEMENT_HERE,".j/",""),"\?.",""),"[^0-9]", "")

Results appear as follows image

unity1979 commented 3 years ago

Added, closing image