+ Reply to Thread
Results 1 to 8 of 8

formua to Extract Values

  1. #1
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,725

    formua to Extract Values

    I have a FDF file that I convert using conversion software, but the values are split over several columns


    I am looking for a formula to extract the jumbled values from several columns


    I have shown what the values should be


    It would be appreciated if someone could assist me
    Attached Files Attached Files

  2. #2
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: formua to Extract Values

    Try

    H2=TRIM(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(B2&D2&F2,",",""),"(","-"),")",""),CHAR(32),""))+0

    copy down
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  3. #3
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,725

    Re: formua to Extract Values

    Thanks for the help

    I have test a few additional numbers and it come up with #value!


    Kindly check sample data and amend
    Attached Files Attached Files

  4. #4
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: formua to Extract Values

    May be try

    H2=TRIM(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(CLEAN(B2&C2&D2&E2&F2&G2),",",""),"(","-"),")",""),CHAR(32),""),"■",""),".",""))/100

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,054

    Re: formua to Extract Values

    Always with 2 decimal places??

    =SUMPRODUCT(MID(0&B2&C2&D2&E2&F2&G2,LARGE(INDEX(ISNUMBER(--MID(B2&C2&D2&E2&F2&G2,ROW($1:$50),1))*ROW($1:$50),0),ROW($1:$50))+1,1)*10^ROW($1:$50)/1000)
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  6. #6
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,725

    Re: formua to Extract Values

    Thanks Shukla

  7. #7
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,725

    Re: formua to Extract Values

    Thanks for the help Glenn

  8. #8
    Forum Contributor
    Join Date
    07-12-2018
    Location
    South Africa
    MS-Off Ver
    Office 2021
    Posts
    2,725

    Re: formua to Extract Values

    Hi Shukla


    Please advise what this part of the formula means after &G2)

    Please Login or Register  to view this content.
    It will help me if I need to add to this at a later stage

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] if formua lookup based on a list , matching extract data
    By JEAN1972 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-23-2018, 02:42 PM
  2. [SOLVED] Formua to match data
    By flupsie in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-31-2018, 11:47 AM
  3. [SOLVED] simplyfing formua which uses offset and abs
    By jrtaylor in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-25-2017, 03:55 PM
  4. [SOLVED] Indirect and substitute formua with sumifs
    By EmilyB in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-17-2014, 08:56 PM
  5. SumIf Formua with two criteria
    By Gambinus in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-26-2011, 04:51 PM
  6. a formua to paste words in front of nos.
    By Ajitrv in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-19-2007, 09:04 AM
  7. [SOLVED] need a formua for wages
    By pgc in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-18-2005, 07:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1