+ Reply to Thread
Results 1 to 4 of 4

Making one field equal 2 others

  1. #1
    CMO
    Guest

    Making one field equal 2 others

    3Hi,

    I have 2 fields which I need to merge into 1. The formula I have so far is
    =A1&"_"&A2

    Cell A1 is text (Eg. AC) and A2 is a date (Eg. 01/01/2001). I need the
    result to be AC_01/01/2001, but instead it shows up as AC_36892.

    Is there any way of formatting the cell so it inputs the date rather than
    the number of days since 01/01/1900?

    Thanks

    CMO

  2. #2
    Ardus Petus
    Guest

    Re: Making one field equal 2 others

    =A1&"_"&TEXT(A2,"dd/mm/yyyy")

    HTH
    --
    AP

    "CMO" <[email protected]> a écrit dans le message de news:
    [email protected]...
    > 3Hi,
    >
    > I have 2 fields which I need to merge into 1. The formula I have so far
    > is
    > =A1&"_"&A2
    >
    > Cell A1 is text (Eg. AC) and A2 is a date (Eg. 01/01/2001). I need the
    > result to be AC_01/01/2001, but instead it shows up as AC_36892.
    >
    > Is there any way of formatting the cell so it inputs the date rather than
    > the number of days since 01/01/1900?
    >
    > Thanks
    >
    > CMO




  3. #3
    Ron Rosenfeld
    Guest

    Re: Making one field equal 2 others

    On Fri, 26 May 2006 03:14:01 -0700, CMO <[email protected]> wrote:

    >3Hi,
    >
    >I have 2 fields which I need to merge into 1. The formula I have so far is
    >=A1&"_"&A2
    >
    >Cell A1 is text (Eg. AC) and A2 is a date (Eg. 01/01/2001). I need the
    >result to be AC_01/01/2001, but instead it shows up as AC_36892.
    >
    >Is there any way of formatting the cell so it inputs the date rather than
    >the number of days since 01/01/1900?
    >
    >Thanks
    >
    >CMO


    =A1 & "_" & TEXT(A2,"dd/mm/yyyy")



    --ron

  4. #4
    CMO
    Guest

    Re: Making one field equal 2 others

    Brilliant, thanks

    "Ardus Petus" wrote:

    > =A1&"_"&TEXT(A2,"dd/mm/yyyy")
    >
    > HTH
    > --
    > AP
    >
    > "CMO" <[email protected]> a écrit dans le message de news:
    > [email protected]...
    > > 3Hi,
    > >
    > > I have 2 fields which I need to merge into 1. The formula I have so far
    > > is
    > > =A1&"_"&A2
    > >
    > > Cell A1 is text (Eg. AC) and A2 is a date (Eg. 01/01/2001). I need the
    > > result to be AC_01/01/2001, but instead it shows up as AC_36892.
    > >
    > > Is there any way of formatting the cell so it inputs the date rather than
    > > the number of days since 01/01/1900?
    > >
    > > Thanks
    > >
    > > CMO

    >
    >
    >


+ 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