+ Reply to Thread
Results 1 to 3 of 3

Conveying custom number format to new cell via formula

  1. #1
    Registered User
    Join Date
    10-17-2008
    Location
    US
    Posts
    35

    Conveying custom number format to new cell via formula

    I have an excel spreadsheet which pulls data from .csv files that are run from my company's database every 30 minutes. Some number data is formated to show a "+" sign in front of the positive numbers by using a custom number format [+0;-0;0].

    I use the following string to combine the numbers with text:

    Please Login or Register  to view this content.
    Both E5 and I5 have this custom formatting mentioned in the previous paragraph, but it is not translating to the cell where the above code resides. Can anyone help me?

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: Conveying custom number format to new cell via formula

    Hi Delirium,

    Not sure if this is what you're after, but try:

    =IF(E5="","","TECH - AHT "&TEXT(FIXED(E5,0),"+0;-0;0")&" sec. // Vol "&TEXT(FIXED(G5,2),"+0.00;-0.00;0.00")&"% to Forecast // "&TEXT(FIXED(I5,0),"+0;-0;0")&" Net Staff")

  3. #3
    Registered User
    Join Date
    10-17-2008
    Location
    US
    Posts
    35

    Re: Conveying custom number format to new cell via formula

    Thank you pjoaquin ... that did precisely what i needed. I wish I could bake you some brownies.


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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