Google date (mmm-yy) ?

aamir

Board Regular
Joined
Feb 17, 2010
Messages
116
I want in Google spreadsheet to display the date in "mmm-yy" format, easy in excel but hard to find in Google spreadsheet :confused:
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
Code:
[COLOR=#000000][FONT=arial]=text([/FONT][/COLOR][COLOR=#109618][FONT=arial]A3[/FONT][/COLOR][COLOR=#000000][FONT=arial],"mmm-yy")[/FONT][/COLOR]
, where A3 is a date.

anyone has better idea ??
 
Last edited:
Upvote 0
yes, a lil but cell becomes text & if i want to further want to perform operations, becomes difficult.

Like in Ms excel i was doing
Rich (BB code):
=IF(MONTH(E3)>MONTH($E$3)," ",E3)
but here i have to do
Rich (BB code):
=IF(MONTH(A3)>MONTH($A$3)," ",text(A3,"dd-mmm-yy"))
to get same result
 
Upvote 0

Forum statistics

Threads
1,216,075
Messages
6,128,665
Members
449,462
Latest member
Chislobog

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top