Extract a number from the data string in Cell

abdulkharij

New Member
Joined
Feb 26, 2015
Messages
30
Hi Dears,

I would like to ask if it's possible to extract a number 500005 to Cell C2 from the following data string in Cell A2 :

[TABLE="width: 423"]
<tbody>[TR]
[TD="class: xl63, width: 423"]Cost Center: 4545544 Provo

Earning: Miscellaneous (MISC)

Employee: XXXXXXX

Fund: 113 Sponsored Programs

Job Profile: Assistant - BIOL.

Line of Business: LOB002 Traditional

Location: Main Campus

Pay Group: Semi-Monthly Exempt

Position: Assistant, Biology

Program: 200 Sponsored Programs

Run Category: Regular

Simmons Grant: 454545 Davis Educ Fdtn-PLAN Prof Dev

Spend Category: Salaries - Faculty Extra Comp (500005)[/TD]
[/TR]
</tbody>[/TABLE]


Thank you,
ABDEL
 
Another alternative, using Mr. Rothstein's formula given in his message #2 :

Code:
=TRIM(RIGHT(SUBSTITUTE(A1,":",REPT(" ",99)),99))
 
Upvote 0

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.

Forum statistics

Threads
1,223,911
Messages
6,175,337
Members
452,637
Latest member
Ezio2866

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