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

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
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,223,961
Messages
6,175,652
Members
452,664
Latest member
alpserbetli

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