Weekday in excel slicer, formatting issue

Summerso1

New Member
Joined
Jul 24, 2014
Messages
45
Hi All,

I have a slicer but its not holding the date formatting, I'm needing it to show the weekday, day,month, year which is dddd, dd,mm,yyyy. However the slicer puts the date back to dd,mm,yyyy and i really need the weekday in there. Any Ideas?

James
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.

billszysz

Active Member
Joined
Feb 26, 2014
Messages
384
Office Version
  1. 365
edit


Link to image with "how can do this" :)

https://drive.google.com/file/d/0B6UlMk8OzUrxeUtBenQ3dmw2Vnc/edit?usp=sharing
 
Upvote 0

billszysz

Active Member
Joined
Feb 26, 2014
Messages
384
Office Version
  1. 365
Change formula
=TEXT(B3;"dd/mm/rrrr dddd")

oops...sorry
=TEXT(B3;"dd/mm/yyyy dddd")
 
Last edited:
Upvote 0

billszysz

Active Member
Joined
Feb 26, 2014
Messages
384
Office Version
  1. 365
But....this works only for a one month.
If you want correct sorting result for years and month, formula should be changed
=TEXT(B3;"yyyy/mm/dd dddd")
 
Upvote 0

Forum statistics

Threads
1,190,657
Messages
5,982,137
Members
439,757
Latest member
85Sarah2005

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
Top