Month Formula =TEXT($D$2,"mmm") doesn't work on all column

caos88

Board Regular
Joined
Mar 12, 2020
Messages
66
Office Version
  1. 2010
Platform
  1. Windows
Hello all,

i am trying to apply the formula =TEXT($D$2,"mmm") to identify the month to the entire column but unfortunately it doesn't work and is actually giving me the same month for all.
How to make the formula working for all the cells in once?
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Try removing the $ in front of the 2 i.e. =TEXT($D2,"mmm")
 
Upvote 0
You're welcome.
Just so that you are sure what is happening, the $ fixes/locks the reference so $D fixes/locks the formula to column D and $2 fixes/locks the formula to row 2.
 
Upvote 0
You're welcome.
Just so that you are sure what is happening, the $ fixes/locks the reference so $D fixes/locks the formula to column D and $2 fixes/locks the formula to row 2.
Perfect......sorry about that, i have much more to learn.
 
Upvote 0
Happy it helped and no need to apologise, we are here to try and help answer questions ;)
 
Upvote 0

Forum statistics

Threads
1,215,759
Messages
6,126,730
Members
449,333
Latest member
Adiadidas

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