+ Reply to Thread
Results 1 to 3 of 3

String Number Formula

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    06-17-2010
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2010
    Posts
    228

    String Number Formula

    Example:

    A1 = 02/15/11
    A2 = 1,252,893.58
    A3 = 021511125289358

    Is it possible to take the numbers of a date in one cell and the numbers of a dollar amount in another cell and combine them into a 3rd cell without the dashes, commas, and periods?

    Thanks
    Last edited by freybe06; 02-15-2011 at 05:58 PM.

  2. #2
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: String Number Formula

    Try:

    =TEXT(A1,"mmddyy")&(A2*100)
    Cheers,
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  3. #3
    Forum Contributor
    Join Date
    06-17-2010
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2010
    Posts
    228

    Re: String Number Formula

    Thank you!

+ 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