+ Reply to Thread
Results 1 to 2 of 2

want a "," in the output of a formula, what am i missing?

  1. #1
    Registered User
    Join Date
    07-22-2004
    Posts
    89

    Cool want a "," in the output of a formula, what am i missing?

    I have a formula: =IF(A1<=0,A2,"")
    and it works fine.

    But what I really want is:
    =IF(A1<=0,A2",","")
    note the comma after the A2; excel rejects this

    ;help?

    thanx!

  2. #2
    Registered User
    Join Date
    02-26-2013
    Location
    South Africa
    MS-Off Ver
    Excel 2007 & Excel 2010
    Posts
    7

    Re: want a "," in the output of a formula, what am i missing?

    Hi there,

    The way I understand your problem:

    You have:

    A1 = -10
    A2 = 5

    And you want:

    A3 = 5,

    Put this formula in A3: =IF(A1<=0,A2&",","")

    Regards
    Johan

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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