+ Reply to Thread
Results 1 to 3 of 3

Missing Open Bracket during export. Require formula to add in

  1. #1
    Registered User
    Join Date
    07-11-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    45

    Missing Open Bracket during export. Require formula to add in

    Hi,

    Firstly thanks in advance your help on this.

    An issue that we've come across today is that our Accounting package has stopped adding an open "(" for negative values when exporting to Excel. However it is including the closing ")". I'm wondering if anyone can help add an open "(" to all cells that contain a closing ")"

    I've attached a simple S/S showing what the export is giving us and what we require.

    Many thanks
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,720

    Re: Missing Open Bracket during export. Require formula to add in

    You can use this formula in C2:

    =IF(ISNUMBER(A2*1),A2*1,IF(RIGHT(A2)=")","("&TEXT(SUBSTITUTE(A2,")",""),"0.00")&")",A2))

    Format the cell as number with 2 dp, then copy down.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    07-11-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    45

    Re: Missing Open Bracket during export. Require formula to add in

    Hi Pete,

    Thanks for your quick reply. It worked perfectly.

    Many thanks

+ 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] Dynamic List From Single Column of Named Range Table (Permit Open/Close Bracket)
    By BoardGuy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-18-2014, 09:41 AM
  2. Replies: 2
    Last Post: 07-18-2014, 03:00 AM
  3. Require macro to export data in remote location
    By rajt1000 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-02-2012, 08:54 PM
  4. [SOLVED] Require Help - Require Formula for Multiple values in both columns
    By krodge in forum Excel General
    Replies: 6
    Last Post: 01-13-2012, 03:42 AM
  5. Replies: 3
    Last Post: 11-26-2009, 03:39 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