Need formula result to show date in upper case

Ironman

Well-known Member
Joined
Jan 31, 2004
Messages
1,069
Office Version
  1. 365
Platform
  1. Windows
Hi

Cell D8 contains the following formula
Code:
{=INDEX(LogYear_Log_Dates,MATCH(2,INDEX(1/(LogYear_Log_Miles=E8),0)))}

The result is a date in custom format ddd d mmm e.g Wed 6 Mar

I'm trying to change this to upper case and I'm having difficulty in doing so.

I'd be very grateful for a solution that avoids displaying the upper case result in a different cell.

Many thanks.
 
Last edited:

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
It will be text instead of a excel date up will be in upper case
Code:
=UPPER(TEXT([COLOR=#333333]INDEX(LogYear_Log_Dates,MATCH(2,INDEX(1/(LogYear_Log_Miles=E8),0)))[/COLOR],"ddd d mmm"))
 
Upvote 0
Works perfectly Scott - many thanks to you!
 
Upvote 0

Forum statistics

Threads
1,214,869
Messages
6,122,012
Members
449,060
Latest member
LinusJE

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