Formula Required

HSAR

Banned - Rules violations
Joined
Jul 6, 2020
Messages
37
Office Version
  1. 2016
Platform
  1. Windows
Hi team MrExcel looking for a formula which get the desired values and texts from column "A" as i did in row 1.


1594211731819.png
 

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 propose you 3 formulas. The formula for the year is an array formula, Commit this formula using CTRL+SHIFT+ENTER and not just enter by itself.

varios 08jul2020.xlsm
ABCDEF
1ItemPSA GradeYearSetCard NumberCard Name
22002 Pokemon Psa 8.5 Raichu Expedition Holo #25 Nm-mt8.5200225
32003 Pokemon skyridge Psa 8 kabutops Holo #13 Nm-mt8200313
4Psa 7 NM EX Holon Phantoms Gyarados Gold Star #102. Maybe PSA 9 or 87 102
5Pokemon neo gen 1st edition holo tegetic 16/111 mint condition psa worthyworthy  
62000 pokemon team rocket #10 DARK MACHAMP HOLO PSA 10 GEM MINT 1ST EDITION10200010
Hoja10
Cell Formulas
RangeFormula
B2:B6B2=IFERROR(TRIM(LEFT(SUBSTITUTE(MID($A2,SEARCH("Psa",$A2)+4,255)," ",REPT(" ",99)),99)),"")
C2:C6C2=IFERROR(IF(LEN(1*MID(A2,MIN(FIND({1,2},A2&"12")),4))<4,"",1*MID(A2,MIN(FIND({1,2},A2&"12")),4)),"")
E2:E6E2=IFERROR(TRIM(LEFT(SUBSTITUTE(MID(SUBSTITUTE($A2,"."," "),SEARCH("#",$A2)+1,255)," ",REPT(" ",99)),99)),"")
Press CTRL+SHIFT+ENTER to enter array formulas.



For the Set and Card Number formulas you can put more examples and explain what the pattern would be to identify that data.
 
Upvote 0
Check if the following is what you need:

varios 08jul2020.xlsm
ABCDEF
1ItemPSA GradeYearSetCard NumberCard Name
22002 Pokemon Psa 8.5 Raichu Expedition Holo #25 Nm-mt8.52002Expedition25Raichu
32003 Pokemon skyridge Psa 8 kabutops Holo #13 Nm-mt82003Holo13kabutops
42000 pokemon psa 9 steelix holo 1st edition #1592000holo15steelix
5Psa 7 NM EX Holon Phantoms Gyarados Gold Star #102. Maybe PSA 9 or 87 EX102NM
6Pokemon neo gen 1st edition holo tegetic 16/111 mint condition psa worthyworthy    
71999 hitmonchane #7 holo mint psa 991999 7 
82000 pokemon team rocket #10 DARK MACHAMP HOLO PSA 10 GEM MINT 1ST EDITION102000MINT10GEM
Hoja10
Cell Formulas
RangeFormula
B2:B8B2=IFERROR(TRIM(LEFT(SUBSTITUTE(MID($A2,SEARCH("Psa",$A2)+4,255)," ",REPT(" ",99)),99)),"")
C2:C8C2=IFERROR(IF(LEN(1*MID(A2,MIN(FIND({1,2},A2&"12")),4))<4,"",1*MID(A2,MIN(FIND({1,2},A2&"12")),4)),"")
D2:D8D2=TRIM(MID(SUBSTITUTE(MID($A2,SEARCH("Psa",$A2)+4,255)," ",REPT(" ",99)),99*2,99))
E2:E8E2=IFERROR(TRIM(LEFT(SUBSTITUTE(MID(SUBSTITUTE($A2,"."," "),SEARCH("#",$A2)+1,255)," ",REPT(" ",99)),99)),"")
F2:F8F2=TRIM(MID(SUBSTITUTE(MID($A2,SEARCH("Psa",$A2)+4,255)," ",REPT(" ",99)),99,99))
Press CTRL+SHIFT+ENTER to enter array formulas.
 
Upvote 0
I'm glad to help you. Thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,987
Messages
6,122,614
Members
449,090
Latest member
vivek chauhan

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