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 one Spreadsheet file in my Google Drive which i want to sync
I have a google spreadsheet that looks like this, for budget keeping. I want
I have a spreadsheet in google docs that I'd want to integrate in a
I have a google form which populates a google spreadsheet (source sheet). I located
I have a custom function as a Google Spreadsheet script, which depends on some
I have a google spreadsheet script which I run on a timed trigger, and
I have a Google Spreadsheet with many hidden rows in it, and I want
I have a Google Form that feeds a Google Docs Spreadsheet. I'd like to--in
I have a google docs spreadsheet and an XML file which is made on
I would like to create a HLOOKUP in google doc spreadsheet: =HLOOKUP(aValue;DEC10!$D$2:$W$3;2;FALSE) I have

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.