Formula to display full month name if a formula in a cell represents the first day of the month

klitton7

New Member
Joined
Jul 24, 2024
Messages
18
Office Version
  1. 2019
Platform
  1. Windows
I am preparing templates for our payroll software for various work schedules.
See attached. If cells JQ3 and KU3, contain a "1" (which is actually formatted to displaying the "day" section of the month), then I would like the long version of the corresponding month name to appear on Row 1 above the "1"
 

Attachments

  • formula.png
    formula.png
    22.9 KB · Views: 9

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
How is the JQ3 formatted to show the day?
 
Upvote 0
You could use:

Excel Formula:
=IF(DAY(JQ3)=1,TEXT(JQ3,"mmmm"),"")
 
Upvote 1
Solution

Forum statistics

Threads
1,222,902
Messages
6,168,938
Members
452,227
Latest member
sam1121

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