Hi
Could you pls help me with the formula to extract the number "1" after the dash from data such as:
Yearly {Long-Term Debt} (1996) - 1
Yearly {Interest Income} (1996) - 1
thanks
Hi
Could you pls help me with the formula to extract the number "1" after the dash from data such as:
Yearly {Long-Term Debt} (1996) - 1
Yearly {Interest Income} (1996) - 1
thanks
Maybe this?
If there will only ever be 1 digit...
=right(a1,1)
if there will be more than 1 digit...
=MID(a1,FIND(" -",a1)+3,99)
1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
2. If your question is resolved, mark it SOLVED using the thread tools
3. Click on the star if you think someone helped you
Regards
Ford
Happy to help and thanks for the feedback![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks