Problem in formula

SanjayaGarg

New Member
Joined
Nov 10, 2017
Messages
22
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

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,213,517
Messages
6,114,085
Members
448,548
Latest member
harryls

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