+ Reply to Thread
Results 1 to 3 of 3

Display masking

  1. #1
    Registered User
    Join Date
    01-17-2006
    Posts
    5

    Display masking

    I seem to remember doing this before, but of course cannot remember how.

    I'm modifying a quote spreadsheet. Current formatting doesn't permit me to change the layout too much.

    For illustration purposes, cell A1=today().
    I want cell A2 to read "Quote expires " 91 days after cell A1

    If I enter ="quote expires "&a1+91
    cell displays "quote expires 38897"

    Isn't there a way to mask the (a1+91) to display as a date?

    Thanks for your help.

  2. #2
    Dave Peterson
    Guest

    Re: Display masking

    ="quote expires " & text(a1+91,"mm/dd/yyyy")



    goto_guy wrote:
    >
    > I seem to remember doing this before, but of course cannot remember
    > how.
    >
    > I'm modifying a quote spreadsheet. Current formatting doesn't permit me
    > to change the layout too much.
    >
    > For illustration purposes, cell A1=today().
    > I want cell A2 to read "Quote expires " 91 days after cell A1
    >
    > If I enter ="quote expires "&a1+91
    > cell displays "quote expires 38897"
    >
    > Isn't there a way to mask the (a1+91) to display as a date?
    >
    > Thanks for your help.
    >
    > --
    > goto_guy
    > ------------------------------------------------------------------------
    > goto_guy's Profile: http://www.excelforum.com/member.php...o&userid=30557
    > View this thread: http://www.excelforum.com/showthread...hreadid=528310


    --

    Dave Peterson

  3. #3
    Gord Dibben
    Guest

    Re: Display masking

    ="qoute expires " &TEXT(A1+91,"mmmm d" &"," &"yyyy")


    Gord Dibben MS Excel MVP

    On Thu, 30 Mar 2006 15:42:56 -0600, goto_guy
    <[email protected]> wrote:

    >
    >I seem to remember doing this before, but of course cannot remember
    >how.
    >
    >I'm modifying a quote spreadsheet. Current formatting doesn't permit me
    >to change the layout too much.
    >
    >For illustration purposes, cell A1=today().
    >I want cell A2 to read "Quote expires " 91 days after cell A1
    >
    >If I enter ="quote expires "&a1+91
    >cell displays "quote expires 38897"
    >
    >Isn't there a way to mask the (a1+91) to display as a date?
    >
    >Thanks for your help.



+ 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