Trying to extract Alphabetic Characters from a AlphaNumeric Special Character String

RudeBoy

Active Member
Joined
Feb 2, 2003
Messages
431
Office Version
  1. 365
Platform
  1. Windows
Here is the Formula I have but I have added on to it the MID & Upper and it is not working.. Need some HELP.. Thanks

= '[WHITE-SHEET-S2008]QB'!B3&","&R10-SHEET-S2008]QB'=UPPER&MID(C3,1,MIN(FIND({"0","1","2","3","4","5","6","7","8","9","/"},C3&"0123456789/"))-1)
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
I put in the wrong String.. Here is what I got So far..

= '[WHITE-SHEET-S2008]QB'(UPPER(MID(C3,1,MIN(FIND({"0","1","2","3","4","5","6","7","8","9","/"},C3&"0123456789/"))-1)))

I have it working within a normal Excel Tab Like this:
=(UPPER(MID(C3,1,MIN(FIND({"0","1","2","3","4","5","6","7","8","9","/"},C3&"0123456789/"))-1)))

Im just trying now to grab the input from another Excel Sheet WHITE-SHEET-S2008..

Help.. Thanks
 
Upvote 0
Hello RudeBoy,

Provide that the other sheet is in the same workbook then this should work...
=(UPPER(MID('WHITE-SHEET-S2008'!C3,1,MIN(FIND({"0","1","2","3","4","5","6","7","8","9","/"},'WHITE-SHEET-S2008'!C3&"0123456789/"))-1)))
 
Upvote 0

Forum statistics

Threads
1,224,518
Messages
6,179,261
Members
452,901
Latest member
LisaGo

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