+ Reply to Thread
Results 1 to 4 of 4

Concatinate with number format

  1. #1
    Registered User
    Join Date
    12-10-2008
    Location
    Kansas
    MS-Off Ver
    2007
    Posts
    91

    Concatinate with number format

    I have numbers in two cells

    5
    4

    and in a3 I want the answer to be 45. The lower of the two values as the first digit, with the higher of tthe two values as the second value

    I've tried this formula to get the right out come =if(a2=<a1, concatenate(a2,a1), concatenate(a1,a2)) , however the problem with the formula is the A3 cell can not be summed with other cells eventhough it is formatted as number

    Please advice
    Last edited by brotherwo; 08-22-2012 at 12:50 AM.

  2. #2
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Concatinate with number format

    Hi.

    try to add a zero ad the end of your formula.

    =if(a2=<a1, concatenate(a2,a1), concatenate(a1,a2))+0

    Hope it helps
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

  3. #3
    Forum Contributor stojko89's Avatar
    Join Date
    05-18-2009
    Location
    Maribor, Slovenia
    MS-Off Ver
    MS Office 365
    Posts
    913

    Re: Concatinate with number format

    This works, It takes the higher number and puts it first and addes the lower number after it.
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    12-10-2008
    Location
    Kansas
    MS-Off Ver
    2007
    Posts
    91

    Re: Concatinate with number format

    Quote Originally Posted by CANAPONE View Post
    Hi.

    try to add a zero ad the end of your formula.

    =if(a2=<a1, concatenate(a2,a1), concatenate(a1,a2))+0

    Hope it helps

    Now that worked! Thanks, I guess it takes a simple +0 at the end, who would of knew!

    Thanks again

+ 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