Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. =countif(split(A1," "),regexmatch(split(A1," "),"^W*[A-Z]"))
  2.  
  3. =sum(arrayformula(regexmatch(text(split(A1," "),0),"^W*[A-Z]")))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement