krunal123

Board Regular
Joined
Jun 26, 2020
Messages
169
Office Version
  1. 365
  2. 2019
  3. 2016
Platform
  1. Windows
image_2021-08-09_102739.png


My Formula Problem this above condition , Not show Proper Format

We Need this Format Result : EXP/025/21-22

Kindly Correction Below Formula , and Show Perfect Formula in this case

=LEFT("EXP",3)&"/"&MID(A2,5,3)&"/21-22"

Help me !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Try
Excel Formula:
="EXP"&"/"&A1&"/21-22"
 
Upvote 0
Does that mean the solution is what you need?
 
Upvote 0
I don't undertsand what you are trying to do
LEFT("EXP",3) is redundant as EXP only has 3 characters
MID(A2,5,3) ? A2 has only three characters, so extracting from the 5 th character on is impossible
 
Upvote 0
I don't undertsand what you are trying to do
LEFT("EXP",3) is redundant as EXP only has 3 characters
MID(A2,5,3) ? A2 has only three characters, so extracting from the 5 th character on is impossible

This formula using =LEFT("EXP",3)&"/"&MID(A2,5,3)&"/21-22" , my formula mistake

so kindly Correction This formula Check Above image

we need this Result : EXP/025/21-22 << This format via formula
 
Upvote 0
What is wrong with my above suggestion then?
 
Upvote 0

Forum statistics

Threads
1,215,330
Messages
6,124,305
Members
449,150
Latest member
NyDarR

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