+ Reply to Thread
Results 1 to 3 of 3

fromatting formulae with text & dates

  1. #1
    Mike Hansen
    Guest

    fromatting formulae with text & dates

    hello,
    I am trying to format a formula
    ="yesterdays date"&DATE(YEAR(A1),MONTH(A1),1)
    I want to format the date to equal MMM-YY
    how would i go about this?

  2. #2
    Toppers
    Guest

    RE: fromatting formulae with text & dates


    ="yesterdays date "&TEXT(DATE(YEAR(A1),MONTH(A1),1),"MMM-YY")

    "Mike Hansen" wrote:

    > hello,
    > I am trying to format a formula
    > ="yesterdays date"&DATE(YEAR(A1),MONTH(A1),1)
    > I want to format the date to equal MMM-YY
    > how would i go about this?


  3. #3
    Marcelo
    Guest

    RE: fromatting formulae with text & dates

    Mike,

    try

    ="Yesterdays date "&text((date(year(a1),month(a1),1)),"mmm yy")

    hope it helps
    Regards from Brazil
    Marcelo

    "Mike Hansen" escreveu:

    > hello,
    > I am trying to format a formula
    > ="yesterdays date"&DATE(YEAR(A1),MONTH(A1),1)
    > I want to format the date to equal MMM-YY
    > how would i go about this?


+ 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