Obtaining numbers out of a value string

Moldo

New Member
Joined
Aug 6, 2013
Messages
2
Hi,

I am trying to get some numbers out of a string of data that is external from the web so it will be continually updating.

For example I will have a value like this: (Number of Records: 3772). But when I refesh it the value could be (Number of Records: 384) so I need this to update with it.

I have been looking through the forum but could not find anything specific. I was hoping for a formula that could go between the space after the colon to the right perenthesis, would that be possible? Everything but the number is fixed.

Thanks!
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
N/A.

Ignore what I asked, totally thought it was something related to the web for some odd reason..
 
Last edited:
Upvote 0
Welcome to the Board!

Try:

=MID(A1,FIND(":",A1)+2,LEN(A1)-FIND(":",A1)-2)

HTH,
 
Upvote 0

Forum statistics

Threads
1,216,579
Messages
6,131,531
Members
449,654
Latest member
andz

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