Problem in formula

SanjayaGarg

New Member
Joined
Nov 10, 2017
Messages
24
Office Version
  1. 2013
Platform
  1. Windows
Dear all,

I am having following data in A column :
A B C D E
13-00-012345-000-1214​
=SUBSTITUTE(A1, "-", "")​
13000123450001214​
=IF((SEARCH("13-00-", A1)), (MID(A1, 7, 6)), C1)​
012345​
13-59-005619-210-1001​
13590056192101001​
#VALUE!​

Formula in B column, gives result as in C which is ok. Formula in column D is working fine if column A contains "13-00-" but if it contains any value after 13- then its not functioning. In that case I want it to return value in column C. Kindly help.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,921
Messages
6,122,280
Members
449,075
Latest member
staticfluids

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