Forum Discussion

Scott1417's avatar
Scott1417
Copper Contributor
Aug 30, 2021
Solved

Excel Formula nth String

Have an excel file with a column that has an equation. Essentially, I want to see the newest payment (from the equation) in another column.    Want to do the following in a column next to the previ...
  • Detlef_Lewin's avatar
    Detlef_Lewin
    Sep 02, 2021

    Scott1417 

    You are working backwards.

    Everyone else puts the numbers in column B and then puts the formula in C3:

    =SUM(C$3:C3)

     

    Maybe that is what confuses Riny_van_Eekelen.

     

    Try this:

    =--SUBSTITUTE(FILTERXML("<y><z>"&SUBSTITUTE(FORMULATEXT(B3),"+","</z><z>")&"</z></y>","//z[last()]"),"=","")

     

Resources