cell format MID

assafh21

New Member
Joined
Oct 10, 2012
Messages
12
Hello there

I have Excel Sheet which look like multiplication table but the number are my catalog numbers available usage (See table below)

I wish to show only the mid numbers (mid 7,3 of the number: 001, 002...) but the full value will stay for other usages

[TABLE="class: grid, width: 500, align: center"]
<tbody>[TR]
[TD][/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]0[/TD]
[TD]21609500000[/TD]
[TD]21609500100[/TD]
[TD]21609500200[/TD]
[TD]21609500300[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]21609501000[/TD]
[TD]21609501100[/TD]
[TD]21609501200[/TD]
[TD]21609501300[/TD]
[/TR]
[TR]
[TD]20[/TD]
[TD]21609502000[/TD]
[TD]21609502100[/TD]
[TD]21609502200[/TD]
[TD]21609502300[/TD]
[/TR]
</tbody>[/TABLE]

many thanks
Assaf
 

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.
I don't believe this is possible with number formats. You'd need to create a separate table with =MID(A1,7,3) copied down and right.
 
Upvote 0
hello there

I know MID function as a formula but I this case I would like to know if I can use MID in other way within cell format
unfortunate I can't use separate table due to other functions which occur on the same cells
 
Upvote 0

Forum statistics

Threads
1,223,904
Messages
6,175,295
Members
452,631
Latest member
a_potato

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