Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6898279
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:16:33+00:00 2026-05-27T07:16:33+00:00

I have a google spreadsheet in which I want a date with only the

  • 0

I have a google spreadsheet in which I want a date with only the name of the month and the year, like September 2011, and I also want the month and year to be easily changeable.
Is there any way of getting custom date formats to do this?

I figured out I could do like this:

=TEXT(40295; "MMMM yy")

But then the datepicker can’t be used anymore and changing the date is made impossibly hard..
Is there any good way of solving this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T07:16:33+00:00Added an answer on May 27, 2026 at 7:16 am

    You can set a custom format to a cell using Google Apps Script.
    Open the script editor (menu Tools > Script editor), paste this, save and Run > onOpen.

    function onOpen() {
      SpreadsheetApp.getActive().addMenu(
        'Format', [{name:'Custom', functionName:'customFormat'}]);
    }
    
    function customFormat() {
      var format = Browser.inputBox('Write the format to be applied on the seleted cells');
      if( format !== 'cancel' )
        SpreadsheetApp.getActiveRange().setNumberFormat(format);
    }
    

    On your spreadsheet a new menu should appear in the end where you can pick the Custom entry to enter your custom format for the selected cells.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a custom function as a Google Spreadsheet script, which depends on some
I have a Google Spreadsheet with many hidden rows in it, and I want
I have google analytics on my site. One page has a button which when
I have google adsense in a block, and I want to hide the block
I have a Google Spreadsheet with a value (in seconds) for a lot of
I have a Google Spreadsheet with 3 columns that are either blank or have
I have a google spreadsheet that uses this function: =SUM(E:E) - SUM(C:C) It adds
I have the requirement to embed a Google Docs spreadsheet on a webpage, but
I have customised a menu in Google Spreadsheet using Google Apps Script. The problem
I have a form that fills in a Google Spreadsheet. One of the columns

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.