+ Reply to Thread
Results 1 to 3 of 3

Day & Date in one cell

  1. #1
    Registered User
    Join Date
    02-20-2005
    Posts
    53

    Day & Date in one cell

    Hi All
    I hear you all say ‘that's simple just Concatenate the two cells’ but...... I cannot

    I have a order form worksheet which generates orders and puts them into a database, also I have a records worksheet that reads the info from that database using a Vlookup function.

    The day and date required for delivery is in 2 separate cells in the database, how can I have that day and date into 1 cell in the records worksheet i.e.
    =VLOOKUP($E$10,Database,42) and =VLOOKUP($E$10,Database,43)

    Any help appreciated
    Bern

  2. #2
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097

    Thumbs up

    Quote Originally Posted by bern
    Hi All
    I hear you all say ‘that's simple just Concatenate the two cells’ but...... I cannot

    I have a order form worksheet which generates orders and puts them into a database, also I have a records worksheet that reads the info from that database using a Vlookup function.

    The day and date required for delivery is in 2 separate cells in the database, how can I have that day and date into 1 cell in the records worksheet i.e.
    =VLOOKUP($E$10,Database,42) and =VLOOKUP($E$10,Database,43)

    Any help appreciated
    Bern
    Hi Bern,

    Try this, if "Day" is in A1 and "Date is in B1, then this in C1

    =TEXT(A1,"dddd")&" "&TEXT(B1,"dd/mm/yy")

    oldchippy

  3. #3
    Registered User
    Join Date
    02-20-2005
    Posts
    53

    reply

    Hi
    Thanks for the responce

    It did help as I used your formula in the Order sheet thus giving me desired result
    Many thanks
    Bern

+ 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