Numbers Date Range Value

Hello! I am trying to get cell B2 to display the date range values for C2 & O2, however I want the output dates to be formatted as the month & day values only (like the other cells are formatted). Is there a formula that I can achieve this with? I tried just going to Cell>Format>Date * selecting the month/day option, but I assume it wasn't the correct formula so the formatting selection didn't apply.


Thank you!


iMac 27″ 5K, macOS 13.1

Posted on Feb 3, 2023 7:37 AM

Reply
Question marked as Top-ranking reply

Posted on Feb 3, 2023 8:18 AM

In B2 try this:



=MONTHNAME(MONTH(C2)) & " " & DAY(C2)&"-"&MONTHNAME(MONTH(O2)) & " "&DAY(O2)


SG

4 replies
Sort By: 

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Numbers Date Range Value

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.