No every cell is differentWelcome to the Board!
Will it ALWAYS follow this format?
Word <space> number <space> word <space> number
If not, please show examples of ALL the different ways this may be structured.
Oh, I forgot that the SUM function will simply ignore text entries (and it won't cause any errors!), making this much simpler than I thought!Try:
Excel Formula:=SUM(IFERROR(--TEXTSPLIT(A1," "),0))
Great, ThanksTry:
Excel Formula:=SUM(IFERROR(--TEXTSPLIT(A1," "),0))
=SUM(TOROW(0+TEXTSPLIT(A1," "),3))