Need to pull month and year into a cell, no day

Hi there, I am trying to find a formula that will pull in the month and year from another cell while leaving out the day. Is this possible? I know there is not a date format for just the month and year, was hoping for a work around of some kind. For instance, if the date in one cell is 10/19/22, I want to write a formula in another cell to return 10/22. Is this possible? Thanks in advance for your help!
Answers
-
@Carlyn F Yes, look up the MONTH() and YEAR() functions and concatenate the results.
Darren Mullen - Looking to take your Smartsheet knowledge to the next level and become an expert? Join the Smartsheet Guru Elite
Get my 7 Smartsheet tips here
Author of: Smartsheet Architecture Solutions
-
I tried this but couldn't make it work. Here is my attempt:
=MONTH(Date@row), + "/" + YEAR(Date@row)
Can you tell me what I'm missing?
-
Oops! That dang comma! Got it, thanks!!!
Help Article Resources
Categories
Check out the Formula Handbook template!