+ Reply to Thread
Results 1 to 5 of 5

Excel formatting - converting from PDF into Excel

  1. #1
    Forum Contributor
    Join Date
    06-27-2012
    Location
    NY
    MS-Off Ver
    Excel 2003
    Posts
    164

    Excel formatting - converting from PDF into Excel

    I need to format the attached file but I don't know what could be the best route for me to do this.

    For example cell A17 and B17 I need this information on row 19. So I would need to insert 2 more columns called Name, Account No. What formula can I use to find the best possible way to format this real quick. thanks!

  2. #2
    Forum Contributor
    Join Date
    06-27-2012
    Location
    NY
    MS-Off Ver
    Excel 2003
    Posts
    164

    Re: Excel formatting - converting from PDF into Excel

    It seems like there isn't an easy way around this. I had to do a simple cell reference formula but I still have to manually review it.

  3. #3
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Excel formatting - converting from PDF into Excel

    New column "Name" (After insert will be C) Row 19: =IF(AND($A17<>"",ISNUMBER($A17),$B17<>"",ISTEXT($B17)),$B17,"")
    New column "Account No." (After insert will be D) Row 19: =IF(AND($A17<>"",ISNUMBER($A17),$B17<>"",ISTEXT($B17)),$A17,"")
    Select both and drag down.
    It works with correct data in A and B columns (most of them are), but there are few "mistakes". the numbers from A column are not in "A17" but upper or lower, the same with "B17".
    Last edited by sandy666; 10-21-2015 at 04:43 PM. Reason: formula update

  4. #4
    Forum Contributor
    Join Date
    06-27-2012
    Location
    NY
    MS-Off Ver
    Excel 2003
    Posts
    164

    Re: Excel formatting - converting from PDF into Excel

    thank you sorry for the delay!

  5. #5
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Excel formatting - converting from PDF into Excel

    You are welcome
    Last edited by sandy666; 10-27-2015 at 03:22 PM.

+ 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. Need help converting Excel 2013 command into Excel 2010
    By xMaximus in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-03-2015, 06:24 PM
  2. Converting Excel data to XML using existing XML schema using Excel 2010
    By rbf902 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-12-2014, 01:41 PM
  3. [SOLVED] Need help converting Excel 2003 code to work in Excel 2013
    By rls231 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 08-28-2014, 01:02 AM
  4. Converting vba code in Excel XP to make it work in Excel 2010
    By aman1234 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-15-2014, 08:43 AM
  5. Replies: 5
    Last Post: 11-03-2013, 04:12 PM
  6. Converting Excel 2007 formula to work in Excel 2003
    By Fastd in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-13-2011, 07:44 PM
  7. Replies: 1
    Last Post: 08-09-2007, 11:46 PM

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