Hi i need to split up these numbers from a string of text, i have attached what the result should be but just not sure how to do it via a formula.
Any help would be great
Hi i need to split up these numbers from a string of text, i have attached what the result should be but just not sure how to do it via a formula.
Any help would be great
This formulas will take into account any letter you may have and remove them
B1:
=NPV(-0.9,,IFERROR(MID(LEFT(A2,FIND("/",A2)-1),LEN(A2)-ROW(INDIRECT("1:"&LEN(A2)))+1,1)%,""))
c2
=NPV(-0.9,,IFERROR(MID(LEFT(TRIM(SUBSTITUTE(A2,F2&"/","")),FIND("/",A2)-1),LEN(B2)-ROW(INDIRECT("1:"&LEN(B2)))+1,1)%,""))
Confirm both with COntrol+Shift+Enter
If you arehappy with the results, please add to the contributor's
reputation by clicking the reputation icon (star icon).
If you are satisfied with the solution(s) provided, please mark your thread as Solved.
Select Thread Tools-> Mark thread as Solved.
To undo, select Thread Tools-> Mark thread as Unsolved.
http://www.excelaris.co.uk
Thanks the first formula works but the second doesn't return the vlaue i would expect as in my example in col E
Try this:
=--TRIM(MID(A2,4,FIND("/",A2)-4))
and
=--TRIM(MID(A2,FIND("/",A2)+5,100))
Or this:
Amount1
=1*MID(A2,4,FIND("/",A2)-5)
Amount2
=1*REPLACE(A2,1,FIND("/",A2)+4,"")
Apply format: Number
If you like my answer please click on * Add Reputation
Don't forget to mark threads as "Solved" if your problem has been resolved
"Nothing is so firmly believed as what we least know."
--Michel de Montaigne
Many thanks
kenadams378
Based on your last post in this thread, its apparent that you are satisfied with the solution(s) you've received and have solved your question, but you haven't marked your thread as "SOLVED". I will do it for you this time.
We are waiting from a long time member like you to do this without no one to ask this as this is a part of our rules in this forum.
In future, to mark your thread as Solved, you can do the following -
Select Thread Tools-> Mark thread as Solved.
Incase your issue is not solved, you can undo it as follows -
Select Thread Tools-> Mark thread as Unsolved.
Regards
Fotis.
-This is my Greek whisper to Europe.
--Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.
Advanced Excel Techniques: http://excelxor.com/
--KISS(Keep it simple Stupid)
--Bring them back.
---See about Acropolis of Athens.
--Visit Greece.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks