Hi, I am new to Chandoo.org. I am facing a problem and trying to find a solution.
From this sentence: Draft Profitability Statement for July 2020, I want to extract only July. I used MID and FIND function but did not get any suitable results. Is there anyone who can give me a solution?
The formula I used is here:
+MID(A3, FIND(" ",A3)+1, FIND(" ",A3,FIND(" ",A3,FIND(" ",A3)+1))-1-FIND(" ",A3))
I think I am not understanding the formula properly. Again a solution is welcome. Thank you.
From this sentence: Draft Profitability Statement for July 2020, I want to extract only July. I used MID and FIND function but did not get any suitable results. Is there anyone who can give me a solution?
The formula I used is here:
+MID(A3, FIND(" ",A3)+1, FIND(" ",A3,FIND(" ",A3,FIND(" ",A3)+1))-1-FIND(" ",A3))
I think I am not understanding the formula properly. Again a solution is welcome. Thank you.