+ Reply to Thread
Results 1 to 3 of 3

Cell reference, output dates to numeric. Should output as text

  1. #1
    Registered User
    Join Date
    04-14-2011
    Location
    canada
    MS-Off Ver
    Excel 2010
    Posts
    39

    Cell reference, output dates to numeric. Should output as text

    Hi there,

    I have attached a dummy workbook. Basically, I'm just trying to get cell E2 to display the min and max of col A

    Please Login or Register  to view this content.
    The output is always in numeric. I don't know why. Can someone help?
    Attached Files Attached Files

  2. #2
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: Cell reference, output dates to numeric. Should output as text

    Try it like this

    =TEXT(MIN(A:A),"m/d/yyyy")&"-"&TEXT(MAX(A:A),"m/d/yyyy")
    Last edited by AlKey; 01-02-2015 at 05:50 PM.
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  3. #3
    Registered User
    Join Date
    04-14-2011
    Location
    canada
    MS-Off Ver
    Excel 2010
    Posts
    39

    Re: Cell reference, output dates to numeric. Should output as text

    worked, thank you!!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Compare a text cell with a numeric cell and output a text string
    By ids in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-25-2014, 07:39 AM
  2. [SOLVED] Comparing two cells for similarities and output a third cell (if C1 = B1, then output A1)
    By PERFECT777 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-26-2013, 12:37 AM
  3. [SOLVED] Paste variable output (SQL Output) into a single cell.
    By fblaze in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-28-2013, 06:24 AM
  4. Converting a VBA output String to a Cell Reference
    By redefine in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-05-2007, 02:22 AM
  5. Using a Text / Data output as a cell reference
    By Jimboski in forum Excel General
    Replies: 1
    Last Post: 02-11-2005, 04:06 PM

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