Different Value appears in Function Box

R J Solanki

New Member
Joined
Jun 22, 2011
Messages
44
Hi to all,

I have received data from my friend in excel 2007 sheet, where in one of the column i have found that
In Cell of that column : M2500025; whereas in function box it appears only 25
I have tried lot & i have found that in format cell function in customs the following numbers have been inserted M2500000, may be such problem appears because of it

Now what i want that what the numbers appears in cell (i.e. M2500025) shall also appears in Function box (i.e. M2500025 should appear in function box instead of 25) so that i can apply formula of Vlookup

Thanks in advance
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
You can use the Text function:
=VLOOKUP(TEXT(A1,"""M25""00000"),table,column,False)
 
Upvote 0

Forum statistics

Threads
1,224,585
Messages
6,179,704
Members
452,938
Latest member
babeneker

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